This commit is contained in:
parent
73ea0d6fd8
commit
1461dd11ec
1 changed files with 1 additions and 4 deletions
|
@ -37,10 +37,7 @@ bevy = { version = "0.16.0", default-features = false, features = [
|
||||||
bevy_rand = { version = "0.11.0", features = ["wyrand", "std"] }
|
bevy_rand = { version = "0.11.0", features = ["wyrand", "std"] }
|
||||||
clap = { version = "4.5.32", features = ["derive"] }
|
clap = { version = "4.5.32", features = ["derive"] }
|
||||||
crossbeam-channel = "0.5.15"
|
crossbeam-channel = "0.5.15"
|
||||||
log = { version = "*", features = [
|
log = { version = "0.4.27", features = ["release_max_level_warn"] }
|
||||||
"max_level_debug",
|
|
||||||
"release_max_level_warn",
|
|
||||||
] }
|
|
||||||
rand = { version = "0.9.1", default-features = false, features = [
|
rand = { version = "0.9.1", default-features = false, features = [
|
||||||
"std",
|
"std",
|
||||||
"thread_rng",
|
"thread_rng",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue