initialize bevy game

This commit is contained in:
2025-10-31 00:03:35 +01:00
parent 7da9b0484f
commit 6efdc7a0d0
11 changed files with 966 additions and 177 deletions

View File

@@ -6,4 +6,9 @@ edition = "2024"
[dependencies]
strum = "0.27"
strum_macros = "0.27"
rand = "0.9"
rand = "0.9"
bevy = { version = "0.17", features = ["jpeg"] }
[target.'cfg(target_arch = "wasm32")'.dependencies]
getrandom = { version = "0.3", features = ["wasm_js"] }