benchmarks comparing the rust image processing ecosystem
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 5671a14..16f6635 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -16,6 +16,7 @@ imageproc = { version = "0.23.0", default-features = false }
opencv = "0.86.1"
resize = { version = "0.8.2", default-features = false, features = ["std"] }
rgb = "0.8.37"
+stackblur-iter = { version = "0.2.0", features = ["simd"] }
umath = "0.0.7"
[patch.crates-io]