subplate works

This commit is contained in:
2026-06-18 20:51:09 +03:00
parent 4b43f43c75
commit 0ab895f79e
7 changed files with 285 additions and 42 deletions
+2 -1
View File
@@ -6,4 +6,5 @@ edition = "2024"
[dependencies]
bevy = { version = "0.18.1", features = ["keyboard"] }
rand = "0.10.1"
rand_chacha = "0.10.0"
rand_chacha = "0.10.0"
rayon = "1.12.0"