remove dev-dependencies from bevy_ecs (#1542)
These are no longer used, increase build times, and currently break builds due to a broken criterion dependency on nightly.
This commit is contained in:
parent
bc4fe9b186
commit
e035ce1f2a
@ -30,7 +30,3 @@ bitflags = "1.2.1"
|
|||||||
downcast-rs = "1.2.0"
|
downcast-rs = "1.2.0"
|
||||||
parking_lot = "0.11.0"
|
parking_lot = "0.11.0"
|
||||||
lazy_static = { version = "1.4.0" }
|
lazy_static = { version = "1.4.0" }
|
||||||
|
|
||||||
[dev-dependencies]
|
|
||||||
bencher = "0.1.5"
|
|
||||||
criterion = "0.3"
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user