updates?
This commit is contained in:
parent
e7d6b74aab
commit
35413b563c
33 changed files with 10238 additions and 1891 deletions
15
models/Cargo.toml
Normal file
15
models/Cargo.toml
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
[package]
|
||||
name = "proxisim_models"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[features]
|
||||
json = ["dep:serde_json", "dep:serde"]
|
||||
default = ["json"]
|
||||
|
||||
[dependencies]
|
||||
serde = { version = "1", features = ["derive"], optional = true }
|
||||
serde_json = { version = "1", optional = true }
|
||||
bevy_ecs = "0.17.2"
|
||||
rand = { version = "0.9.2", default-features = false }
|
||||
strum = { version = "0.27.2", features = ["derive"] }
|
||||
Loading…
Add table
Add a link
Reference in a new issue