Bump versions, avoid some clones
Some checks failed
CI / Formatting (push) Has been cancelled

This commit is contained in:
Michael Bradley 2025-12-12 23:53:16 -05:00
parent 3921537360
commit 32de6d5a38
Signed by: MichaelBradley
SSH key fingerprint: SHA256:o/aaeYtRubILK7OYYjYP12DmU7BsPUhKji1AgaQ+ge4
4 changed files with 739 additions and 770 deletions

View file

@ -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]