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.
This commit is contained in:
parent
459e8a2353
commit
b0e5e4c9b8
1 changed files with 3 additions and 0 deletions
|
|
@ -6,3 +6,6 @@ edition = "2021"
|
|||
[dependencies]
|
||||
bevy = "0.18"
|
||||
fastrand = "2.0.1"
|
||||
|
||||
[dev-dependencies]
|
||||
bevy = { version = "0.18", features = ["debug"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue