We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ac1cda6 + 2eaddd1 commit 9b503bdCopy full SHA for 9b503bd
bevy-trait-query/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "bevy-trait-query"
3
-version = "0.5.1"
+version = "0.6.0"
4
edition = "2021"
5
6
description = "Implementation of trait queries for the bevy game engine"
@@ -13,7 +13,7 @@ categories = ["game-development"]
13
default = ["bevy_app", "bevy_core"]
14
15
[dependencies]
16
-bevy-trait-query-impl = { path = "../bevy-trait-query-impl" }
+bevy-trait-query-impl = { version = "0.6.0" }
17
tracing.workspace = true
18
bevy_ecs.workspace = true
19
bevy_app = { workspace = true, optional = true}
0 commit comments