fast image operations
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 3ade076..eaf4649 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "fimg"
-version = "0.4.12"
+version = "0.4.13"
authors = ["bend-n <[email protected]>"]
license = "MIT"
edition = "2021"
@@ -9,6 +9,7 @@ repository = "https://github.com/bend-n/fimg"
exclude = ["tdata", "benches/", ".gitignore"]
[dependencies]
+mattr = "0.0.2"
png = { version = "0.17", features = ["unstable"], optional = true }
[dev-dependencies]