This commit is contained in:
parent
3921537360
commit
32de6d5a38
4 changed files with 739 additions and 770 deletions
12
Cargo.toml
12
Cargo.toml
|
|
@ -39,8 +39,8 @@ incremental = false
|
|||
debug = false
|
||||
|
||||
[dependencies]
|
||||
avian2d = { version = "0.4.0", features = ["serialize", "simd"] }
|
||||
bevy = { version = "0.17.2", default-features = false, features = [
|
||||
avian2d = { version = "0.4.1", features = ["serialize", "simd"] }
|
||||
bevy = { version = "0.17.3", default-features = false, features = [
|
||||
"bevy_color",
|
||||
"bevy_core_pipeline",
|
||||
"bevy_remote",
|
||||
|
|
@ -55,15 +55,15 @@ bevy = { version = "0.17.2", default-features = false, features = [
|
|||
"std",
|
||||
"wayland",
|
||||
] }
|
||||
bevy_rand = { version = "0.12.0", features = ["wyrand", "std"] }
|
||||
clap = { version = "4.5.48", features = ["derive"] }
|
||||
bevy_rand = { version = "0.12.1", features = ["wyrand", "std"] }
|
||||
clap = { version = "4.5.53", features = ["derive"] }
|
||||
crossbeam-channel = "0.5.15"
|
||||
log = { version = "0.4.28", features = ["release_max_level_warn"] }
|
||||
log = { version = "0.4.29", features = ["release_max_level_warn"] }
|
||||
rand = { version = "0.9.2", default-features = false, features = [
|
||||
"std",
|
||||
"thread_rng",
|
||||
] }
|
||||
uuid = { version = "1.18.1", features = ["v4", "fast-rng"] }
|
||||
uuid = { version = "1.19.0", features = ["v4", "fast-rng"] }
|
||||
wyrand = "0.3.2"
|
||||
|
||||
[features]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue