This commit is contained in:
Jeremy Kaplan 2026-08-11 13:39:58 -04:00
commit 9910fd5799
4 changed files with 572 additions and 20 deletions

View file

@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2024"
[dependencies]
bevy = "0.19.0"
bevy = { version = "0.19.0", features = ["debug_glam_assert"] }
chacha20 = { version = "0.10.1", default-features = false, features = ["rng"] }
getrandom = "0.4.3"
rand = "0.10.2"