Skip to content

Commit 42409fc

Browse files
committed
unused deps? (#2809)
# Objective - less deps. ## Solution - delete button.
1 parent 34f0085 commit 42409fc

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

crates/bevy_ui/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ keywords = ["bevy"]
1313
bevy_app = { path = "../bevy_app", version = "0.5.0" }
1414
bevy_asset = { path = "../bevy_asset", version = "0.5.0" }
1515
bevy_core = { path = "../bevy_core", version = "0.5.0" }
16-
bevy_derive = { path = "../bevy_derive", version = "0.5.0" }
1716
bevy_ecs = { path = "../bevy_ecs", version = "0.5.0" }
1817
bevy_input = { path = "../bevy_input", version = "0.5.0" }
1918
bevy_log = { path = "../bevy_log", version = "0.5.0" }

crates/bevy_window/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ keywords = ["bevy"]
1111
[dependencies]
1212
# bevy
1313
bevy_app = { path = "../bevy_app", version = "0.5.0" }
14-
bevy_ecs = { path = "../bevy_ecs", version = "0.5.0" }
1514
bevy_math = { path = "../bevy_math", version = "0.5.0" }
1615
bevy_utils = { path = "../bevy_utils", version = "0.5.0" }
1716

0 commit comments

Comments
 (0)