Updated catrgo.toml with trait query for bevy

This commit is contained in:
Rendo 2025-02-16 13:17:56 +05:00
commit ec7a55a060
2 changed files with 27 additions and 0 deletions

View file

@ -7,6 +7,7 @@ edition = "2021"
[dependencies]
bevy = { version = "0.15.2", features = ["dynamic_linking", "wayland"] }
bevy-trait-query = "0.7.0"
log = { version = "*", features = ["max_level_debug", "release_max_level_warn"] }
[profile.dev]