Files
phos-neo/game/shared/Cargo.toml
2026-03-14 19:55:53 -04:00

17 lines
370 B
TOML

[package]
name = "shared"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
bevy = "0.18.0"
serde = { version = "1.0.228", features = ["derive"] }
world_generation = { path = "../../engine/world_generation" }
hex = { path = "../../engine/hex" }
[features]
tracing = []