Skip to content

Commit dce912b

Browse files
committed
Faster PNG and resizing
1 parent 460c45c commit dce912b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ license = "AGPL-3.0-or-later"
1010
name = "gifski"
1111
readme = "README.md"
1212
repository = "https://github.com/ImageOptim/gifski"
13-
version = "1.12.1"
13+
version = "1.12.2"
1414
autobins = false
1515
edition = "2021"
1616
rust-version = "1.65"
@@ -31,9 +31,9 @@ gif = { version = "0.12.0", default-features = false, features = ["std", "raii_n
3131
gif-dispose = "4.0.0"
3232
imagequant = "4.2.0"
3333
imgref = "1.9.4"
34-
lodepng = { version = "3.7.2", optional = true }
34+
lodepng = { version = "3.8.1", optional = true }
3535
pbr = { version = "1.1.1", optional = true }
36-
resize = "0.8.2"
36+
resize = { version = "0.8.2", features = ["rayon"] }
3737
rgb = "0.8.36"
3838
wild = { version = "2.2.0", optional = true, features = ["glob-quoted-on-windows"] }
3939
natord = { version = "1.0.9", optional = true }

0 commit comments

Comments
 (0)