Skip to content

Commit cb027d7

Browse files
Remove unused dependencies
1 parent 581b0c8 commit cb027d7

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

crates/bevy_hierarchy/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ keywords = ["bevy"]
1212
# bevy
1313
bevy_app = { path = "../bevy_app", version = "0.6.0" }
1414
bevy_ecs = { path = "../bevy_ecs", version = "0.6.0", features = ["bevy_reflect"] }
15-
bevy_math = { path = "../bevy_math", version = "0.6.0" }
1615
bevy_reflect = { path = "../bevy_reflect", version = "0.6.0", features = ["bevy"] }
1716
bevy_utils = { path = "../bevy_utils", version = "0.6.0" }
1817

crates/bevy_transform/Cargo.toml

-4
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,3 @@ bevy_ecs = { path = "../bevy_ecs", version = "0.6.0", features = ["bevy_reflect"
1515
bevy_hierarchy = { path = "../bevy_hierarchy", version = "0.6.0"}
1616
bevy_math = { path = "../bevy_math", version = "0.6.0" }
1717
bevy_reflect = { path = "../bevy_reflect", version = "0.6.0", features = ["bevy"] }
18-
bevy_utils = { path = "../bevy_utils", version = "0.6.0" }
19-
20-
# other
21-
smallvec = { version = "1.6", features = ["serde", "union", "const_generics"] }

0 commit comments

Comments
 (0)