mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 15:14:50 +00:00
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
1 changed files with 0 additions and 4 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue