Files
schafkop-neu/schafkopf-logic/Cargo.toml

14 lines
295 B
TOML

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