png is a bitmap format? who knew!
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml5
1 files changed, 3 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 3ce512b..19d11bc 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "pngenc"
-version = "0.1.0"
-edition = "2021"
+version = "0.1.1"
+edition = "2024"
description = "portable network graphics (PNG) encoding"
authors = ["bend-n <[email protected]>"]
license = "MIT"
@@ -11,6 +11,7 @@ keywords = ["image", "format", "encoding"]
categories = ["multimedia::images", "graphics", "encoding"]
[dependencies]
+array_chunks = "1.0.0"
atools = "0.1.1"
crc32fast = { version = "1.4", features = ["nightly"] }
simd-adler32 = "0.3.7"