Skip to content

Commit

Permalink
Remove unused dependency from bevy_core
Browse files Browse the repository at this point in the history
  • Loading branch information
bjorn3 committed Feb 7, 2022
1 parent 300f65c commit a30de8c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/bevy_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ keywords = ["bevy"]
[dependencies]
# bevy
bevy_app = { path = "../bevy_app", version = "0.6.0", features = ["bevy_reflect"] }
bevy_derive = { path = "../bevy_derive", version = "0.6.0" }
bevy_ecs = { path = "../bevy_ecs", version = "0.6.0", features = ["bevy_reflect"] }
bevy_math = { path = "../bevy_math", version = "0.6.0" }
bevy_reflect = { path = "../bevy_reflect", version = "0.6.0", features = ["bevy"] }
Expand Down

0 comments on commit a30de8c

Please sign in to comment.