Update to Bevy 0.16.1
Some checks failed
CI / Formatting (push) Has been cancelled

This commit is contained in:
Michael Bradley 2025-05-31 00:15:02 -04:00
parent 1461dd11ec
commit cfa763ffc4
Signed by: MichaelBradley
SSH key fingerprint: SHA256:BKO2eI2LPsCbQS3n3i5SdwZTAIV3F1lHezR07qP+Ob0
2 changed files with 96 additions and 96 deletions

View file

@ -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 = [