summaryrefslogtreecommitdiff
path: root/engine/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'engine/Cargo.toml')
-rw-r--r--engine/Cargo.toml9
1 files changed, 9 insertions, 0 deletions
diff --git a/engine/Cargo.toml b/engine/Cargo.toml
index 31fa6eb..63c86ea 100644
--- a/engine/Cargo.toml
+++ b/engine/Cargo.toml
@@ -52,3 +52,12 @@ build-rs = "0.3.4"
serde = { version = "1.0.228", features = ["derive"] }
serde_json = "1.0.149"
+[dev-dependencies.criterion]
+version = "0.5.1"
+default-features = false
+features = ["cargo_bench_support"]
+
+[[bench]]
+name = "wavefront_obj"
+path = "benches/file_format/wavefront_obj.rs"
+harness = false