mirror of
https://github.com/Vale54321/schafkop-neu.git
synced 2025-12-11 18:09:34 +01:00
14 lines
295 B
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"] } |