Skip to content

Commit

Permalink
Re-add parking_lot as dev dep of bevy_ecs
Browse files Browse the repository at this point in the history
  • Loading branch information
bjorn3 committed Jul 13, 2021
1 parent a120d20 commit e6968c5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions crates/bevy_ecs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ downcast-rs = "1.2"
rand = "0.8"
serde = "1"

[dev-dependencies]
parking_lot = "0.11"

[[example]]
name = "events"
path = "examples/events.rs"
Expand Down

0 comments on commit e6968c5

Please sign in to comment.