Fix tiled patching

This commit is contained in:
2026-03-18 09:22:47 +00:00
parent b0b0ca0390
commit aeef78eca2
3 changed files with 29 additions and 29 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ edition = "2021"
bevy = { version = "0.18.0", features = ["wayland"] }
noise = "0.9.0"
rand = "0.10.0"
bevy_rand = { version = "0.14.0", features = ["wyrand"] }
bevy_rand = { version = "0.14.1", features = ["wyrand"] }
image = "0.25.9"
bevy_platform = "0.18.0"
rayon = "1.11.0"