Seed automation works

This commit is contained in:
2026-06-18 12:04:53 +03:00
parent 2cd2328b9e
commit d2d9809f15
6 changed files with 4216 additions and 1463 deletions
+3 -3
View File
@@ -4,6 +4,6 @@ version = "0.1.0"
edition = "2024"
[dependencies]
ggez = "0.9.3"
rand = "0.9.1"
bevy = { version = "0.18.1", features = ["keyboard"] }
rand = "0.10.1"
rand_chacha = "0.10.0"