feat: render and manage textures :3
This commit is contained in:
parent
2501390225
commit
74a1be796f
21 changed files with 2908 additions and 320 deletions
14
crates/scene/Cargo.toml
Normal file
14
crates/scene/Cargo.toml
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
[package]
|
||||
name = "scene"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
ash.workspace = true
|
||||
thiserror.workspace = true
|
||||
tracing.workspace = true
|
||||
glam.workspace = true
|
||||
gltf.workspace = true
|
||||
|
||||
shared = { path = "../shared" }
|
||||
resource_manager = { path = "../resource_manager" }
|
||||
Loading…
Add table
Add a link
Reference in a new issue