use schafkopf-logic crate

This commit is contained in:
2025-11-10 18:06:40 +01:00
parent 7f2fcd9ba0
commit a4a3b19f59
10 changed files with 146 additions and 759 deletions

View File

@@ -1,14 +1,11 @@
[package]
name = "schafkopf-logic"
name = "schafkopf-game"
version = "0.1.0"
edition = "2024"
[dependencies]
strum = "0.27"
strum_macros = "0.27"
rand = "0.9"
bevy = { version = "0.17", features = ["jpeg", "default_font"] }
schafkopf-logic = "0.1.0"
bevy = { version = "0.17", features = ["png", "default_font"] }
[target.'cfg(target_arch = "wasm32")'.dependencies]
getrandom = { version = "0.3", features = ["wasm_js"] }