Skip to content

Commit

Permalink
Keep only reasonable amount of deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Leinnan committed Dec 9, 2024
1 parent 3976316 commit a2ad884
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ inspect = ["bevy-inspector-egui"]
serde = ["dep:serde"]

[dependencies]
bevy = { version = "0.15", features = [
bevy = { version = "0.15", default-features = false, features = [
"bevy_render",
"bevy_ui",
] }
Expand Down

0 comments on commit a2ad884

Please sign in to comment.