migratetion to 0.18.0

This commit is contained in:
2026-02-16 00:02:00 +00:00
parent a9040a4c9e
commit 4ef68c4e04
17 changed files with 1260 additions and 732 deletions
+5 -5
View File
@@ -4,12 +4,12 @@ version = "0.1.0"
edition = "2021"
[dependencies]
bevy = { version = "0.16.1", features = ["wayland"] }
bevy = { version = "0.18.0", features = ["wayland"] }
noise = "0.9.0"
rand = "0.9.2"
bevy_rand = { version = "0.11.3", features = ["wyrand"] }
image = "0.25.8"
bevy_platform = "0.16.1"
rand = "0.10.0"
bevy_rand = { version = "0.14.0", features = ["wyrand"] }
image = "0.25.9"
bevy_platform = "0.18.0"
rayon = "1.11.0"
# Enable max optimizations for dependencies, but not for our code: