Skip to content

Commit

Permalink
Reduce deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Leinnan committed Dec 9, 2024
1 parent a2ad884 commit 5fe6d56
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,13 @@ serde = ["dep:serde"]
bevy = { version = "0.15", default-features = false, features = [
"bevy_render",
"bevy_ui",
"bevy_window",
"png",
] }
bevy-inspector-egui = { version = "0.28", optional = true }
bevy-inspector-egui = { version = "0.28", default-features = false, features = [
"bevy_image",
"bevy_render",
], optional = true }
serde = { version = "^1", features = ["derive"], optional = true }

[dev-dependencies]
Expand Down

0 comments on commit 5fe6d56

Please sign in to comment.