Add output encoder dependencies: mozjpeg, oxipng, webp

This commit is contained in:
2026-03-06 01:59:52 +02:00
parent a658036326
commit cacd52e85b
2 changed files with 289 additions and 7 deletions

View File

@@ -13,6 +13,9 @@ fast_image_resize = "5"
image = "0.25"
rayon = "1"
walkdir = "2"
mozjpeg = "0.10"
oxipng = "10"
webp = "0.3"
[dev-dependencies]
tempfile = "3"