fast image operations
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 4b07cc9..ac759ae 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,12 +1,12 @@
[package]
name = "fimg"
-version = "0.4.6"
+version = "0.4.7"
authors = ["bend-n <[email protected]>"]
license = "MIT"
edition = "2021"
description = "fast image operations"
repository = "https://github.com/bend-n/fimg"
-exclude = ["src/cat.png", "src/small_cat.png", "benches/"]
+exclude = ["tdata", "benches/"]
[dependencies]
png = { version = "0.17", features = ["unstable"], optional = true }