add text display of card

This commit is contained in:
2025-11-02 16:34:04 +01:00
parent 60b6d57dd3
commit ce9fece708
2 changed files with 50 additions and 4 deletions

View File

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