bglga/Cargo.toml
Harald Hoyer b0e5e4c9b8 chore: enable bevy debug feature for tests
Adds bevy as a dev-dependency with the `debug` feature so that
`cargo test` builds with system-name diagnostics enabled, while
release/run builds remain unaffected.
2026-05-08 09:51:22 +02:00

11 lines
179 B
TOML

[package]
name = "bglga"
version = "0.1.0"
edition = "2021"
[dependencies]
bevy = "0.18"
fastrand = "2.0.1"
[dev-dependencies]
bevy = { version = "0.18", features = ["debug"] }