Skip to content

Commit

Permalink
de_index: Move criterion to [dev-dependencies]
Browse files Browse the repository at this point in the history
  • Loading branch information
Indy2222 committed Jun 4, 2022
1 parent ccef6a8 commit c3a8704
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/index/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ parry3d = "0.9.0"
parry2d = { git = "https://github.com/Indy2222/parry", branch = "feature/dilation" }
ahash = "0.7.6"
nalgebra = { version = "0.31.0", features = ["convert-glam020"] }

[dev-dependencies]
criterion = "0.3"

[[bench]]
Expand Down

0 comments on commit c3a8704

Please sign in to comment.