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 676fb1e..ec830fe 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "fimg"
-version = "0.4.48"
+version = "0.4.49"
authors = ["bend-n <[email protected]>"]
license = "MIT"
edition = "2024"
@@ -27,7 +27,7 @@ wgpu = { version = "0.19.1", default-features = false, optional = true }
atools = "0.1.4"
qwant = { version = "1.0.0", optional = true }
libc = "0.2.154"
-hinted = { version = "0.0.2", features = ["nightly"] }
+hinted = { version = "1.0.0", features = ["nightly"] }
lower = "0.2.0"
array_chunks = "1.0.0"
car = "0.1.3"
@@ -48,7 +48,7 @@ harness = false
[[bench]]
name = "drawing"
path = "benches/drawing.rs"
-harness = false
+# harness = false
[[bench]]
name = "affine_transformations"