initial commit

This commit is contained in:
2025-11-19 02:22:34 +01:00
commit f5e34ccece
7 changed files with 1202 additions and 0 deletions

11
Cargo.toml Normal file
View File

@@ -0,0 +1,11 @@
[package]
name = "schafkopf-game"
version = "0.1.0"
edition = "2024"
[dependencies]
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"] }