mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 07:04:33 +00:00
Remove two unused deps (#780)
This commit is contained in:
parent
7efb1b1887
commit
e21705bec6
2 changed files with 0 additions and 2 deletions
|
@ -16,7 +16,6 @@ keywords = ["bevy"]
|
|||
# bevy
|
||||
bevy_derive = { path = "../bevy_derive", version = "0.2.1" }
|
||||
bevy_ecs = { path = "../bevy_ecs", version = "0.2.1" }
|
||||
bevy_math = { path = "../bevy_math", version = "0.2.1" }
|
||||
bevy_utils = { path = "../bevy_utils", version = "0.2.1" }
|
||||
|
||||
# other
|
||||
|
|
|
@ -31,7 +31,6 @@ bevy_hecs_macros = { path = "macros", version = "0.2.1", optional = true }
|
|||
bevy_utils = { path = "../../bevy_utils", version = "0.2.1" }
|
||||
lazy_static = { version = "1.4.0", optional = true, features = ["spin_no_std"] }
|
||||
serde = { version = "1", features = ["derive"], optional = true}
|
||||
rand = "0.7.3"
|
||||
|
||||
[dev-dependencies]
|
||||
bencher = "0.1.5"
|
||||
|
|
Loading…
Reference in a new issue