Skip to content

Commit

Permalink
Move egui to dev-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bas-ie committed Jan 2, 2025
1 parent 0c6a2cb commit bcd39b7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ version = "0.1.0"
[dependencies]
avian2d = { git = "https://github.com/Jondolf/avian", branch = "main" }
bevy = "0.15.0"
bevy-inspector-egui = "0.28.0"
bevy_asset_loader = { features = ["2d", "standard_dynamic_assets"], version = "0.22.0" }
bevy_sparse_tilemap = "0.4.0"
leafwing-input-manager = "0.16.0"
Expand All @@ -22,6 +21,9 @@ tracing = { version = "0.1", features = [
"release_max_level_warn",
] }

[dev-dependencies]
bevy-inspector-egui = "0.28.0"

[features]
default = [
# Default to a native dev build.
Expand Down

0 comments on commit bcd39b7

Please sign in to comment.