mirror of
https://github.com/Vale54321/schafkop-neu.git
synced 2025-12-15 19:29:34 +01:00
initialize bevy game
This commit is contained in:
@@ -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"] }
|
||||
Reference in New Issue
Block a user