Skip to content

Commit

Permalink
forces: drop bevy-trait-query dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
philiplinden committed Jan 10, 2025
1 parent 1f1c8cb commit f190786
Show file tree
Hide file tree
Showing 11 changed files with 61 additions and 479 deletions.
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ bevy = { version = "0.15", default-features = false, features = [
"bevy_state", "multi_threaded"
] }
avian3d = "0.2"
bevy-trait-query = "0.7"

# Compile with Performance Optimizations:
# https://bevyengine.org/learn/quick-start/getting-started/setup/#compile-with-performance-optimizations
Expand Down
2 changes: 1 addition & 1 deletion crates/yahs-ui/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ bevy-inspector-egui = { version = "0.28", optional = true, features = [
] }

[features]
default = []
default = ["dev"]
dev = [
"avian3d/debug-plugin",
"bevy/bevy_dev_tools",
Expand Down
Loading

0 comments on commit f190786

Please sign in to comment.