Remove two unused deps (#780)

This commit is contained in:
memoryruins 2020-11-03 14:38:37 -05:00 committed by GitHub
parent 7efb1b1887
commit e21705bec6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 2 deletions

View file

@ -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

View file

@ -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"