Skip to content

Commit

Permalink
Set default-features = false for bevy
Browse files Browse the repository at this point in the history
  • Loading branch information
johanhelsing committed Nov 2, 2023
1 parent f0820c2 commit 05c88d2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ inspect = ["bevy-inspector-egui"]
serialize = ["serde"]

[dependencies]
bevy = { version = "0.11" }
bevy = { version = "0.11", default-features = false, features = [
"bevy_render",
"bevy_ui"
] }
bevy-inspector-egui = { version = "0.19", optional = true }
serde = { version = "^1", features = ["derive"], optional = true }

0 comments on commit 05c88d2

Please sign in to comment.