Skip to content

Commit

Permalink
πŸ“ˆ Should not use all features as default.
Browse files Browse the repository at this point in the history
  • Loading branch information
langyo committed Nov 24, 2024
1 parent 6a22dbe commit d0583f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ egui = { version = "^0.29", optional = true }
bevy = { version = "^0.14", optional = true }

[features]
default = ["full"]
default = ["components-data", "components-form", "components-navigation"]
full = [
"components-data",
"components-form",
Expand Down

0 comments on commit d0583f4

Please sign in to comment.