fast image operations
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 6594107..a84d271 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "fimg"
-version = "0.4.26"
+version = "0.4.28"
authors = ["bend-n <[email protected]>"]
license = "MIT"
edition = "2021"
@@ -17,7 +17,7 @@ fontdue = { version = "0.7.3", optional = true }
vecto = "0.1.0"
umath = "0.0.7"
fr = { version = "0.1.1", package = "fer", optional = true }
-stackblur-iter = { version = "0.2.0", features = ["simd"], optional = true }
+slur = { version = "0.1.0", optional = true }
clipline = "0.1.1"
minifb = { version = "0.25.0", default-features = false, features = [
"x11",
@@ -56,7 +56,7 @@ harness = false
scale = ["fr"]
save = ["png"]
text = ["fontdue"]
-blur = ["stackblur-iter"]
+blur = ["slur"]
real-show = ["minifb", "text"]
default = ["save", "scale"]