Update bevy version

This commit is contained in:
2026-06-28 22:57:16 +03:00
parent bc13e2cd40
commit bfbc22ca89
4 changed files with 986 additions and 890 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2024"
[dependencies]
bevy = { version = "0.18.1", features = ["keyboard"] }
bevy = { version = "0.19.0", features = ["keyboard"] }
rand = "0.10.1"
rand_chacha = "0.10.0"
rayon = "1.12.0"