Breakout
This commit is contained in:
parent
f83c7c0781
commit
9910fd5799
4 changed files with 572 additions and 20 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue