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:
Carter Anderson 2021-03-03 01:39:02 +00:00
parent bc4fe9b186
commit e035ce1f2a

View file

@ -30,7 +30,3 @@ bitflags = "1.2.1"
downcast-rs = "1.2.0"
parking_lot = "0.11.0"
lazy_static = { version = "1.4.0" }
[dev-dependencies]
bencher = "0.1.5"
criterion = "0.3"