mirror of
https://github.com/Vale54321/schafkop-neu.git
synced 2025-12-16 03:39:34 +01:00
use schafkopf-logic crate
This commit is contained in:
@@ -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"] }
|
||||
Reference in New Issue
Block a user