This commit is contained in:
parent
1461dd11ec
commit
cfa763ffc4
2 changed files with 96 additions and 96 deletions
|
@ -20,7 +20,7 @@ debug = false
|
|||
|
||||
[dependencies]
|
||||
avian2d = { version = "0.3.0", features = ["serialize", "simd"] }
|
||||
bevy = { version = "0.16.0", default-features = false, features = [
|
||||
bevy = { version = "0.16.1", default-features = false, features = [
|
||||
"bevy_color",
|
||||
"bevy_core_pipeline",
|
||||
"bevy_remote",
|
||||
|
@ -35,7 +35,7 @@ bevy = { version = "0.16.0", default-features = false, features = [
|
|||
"wayland",
|
||||
] }
|
||||
bevy_rand = { version = "0.11.0", features = ["wyrand", "std"] }
|
||||
clap = { version = "4.5.32", features = ["derive"] }
|
||||
clap = { version = "4.5.39", features = ["derive"] }
|
||||
crossbeam-channel = "0.5.15"
|
||||
log = { version = "0.4.27", features = ["release_max_level_warn"] }
|
||||
rand = { version = "0.9.1", default-features = false, features = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue