summaryrefslogtreecommitdiff
path: root/ecs
diff options
context:
space:
mode:
Diffstat (limited to 'ecs')
-rw-r--r--ecs/Cargo.toml6
1 files changed, 4 insertions, 2 deletions
diff --git a/ecs/Cargo.toml b/ecs/Cargo.toml
index 697db85..5e1abac 100644
--- a/ecs/Cargo.toml
+++ b/ecs/Cargo.toml
@@ -16,8 +16,10 @@ hashbrown = "0.15.2"
ecs-macros = { path = "../ecs-macros" }
util-macros = { path = "../util-macros" }
-[dev-dependencies]
-criterion = "0.5.1"
+[dev-dependencies.criterion]
+version = "0.5.1"
+default-features = false
+features = ["cargo_bench_support"]
[[bench]]
name = "query"