WIP prefabs loader
This commit is contained in:
12
engine/prefabs/Cargo.toml
Normal file
12
engine/prefabs/Cargo.toml
Normal file
@@ -0,0 +1,12 @@
|
||||
[package]
|
||||
name = "prefabs"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
bevy = "0.16.1"
|
||||
serde = "1.0.219"
|
||||
typetag = "0.2.20"
|
||||
|
||||
[dev-dependencies]
|
||||
ron = "0.10.1"
|
||||
Reference in New Issue
Block a user