Skip to content

Commit 8860a65

Browse files
committed
fix ci
1 parent bc4fd58 commit 8860a65

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

Cargo.lock

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ workspace = true
4444

4545
[dependencies]
4646
bevy = { version = "^0.14.0", default-features = false, optional = true }
47-
bevy-inspector-egui = { version = "^0.27.0", optional = true }
4847
itertools = "^0.13.0"
4948
meshopt = { version = "^0.3.0", optional = true }
5049
rand = "^0.8.5"
@@ -56,7 +55,7 @@ ab_glyph = { version = "0.2.29", optional = true }
5655

5756
[features]
5857
default = ["bevy", "gizmo", "fonts", "svg"]
59-
bevy = ["dep:bevy", "dep:bevy-inspector-egui", "bevy/bevy_core_pipeline"]
58+
bevy = ["dep:bevy", "bevy/bevy_core_pipeline"]
6059
gizmo = ["bevy", "bevy/bevy_text", "bevy/bevy_ui"]
6160
example_deps = ["bevy", "bevy/default"]
6261
svg = ["dep:usvg"]

0 commit comments

Comments
 (0)