summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorLinus Unnebäck <linus@folkdatorn.se>2025-06-04 11:54:03 +0200
committerGitHub <noreply@github.com>2025-06-04 09:54:03 +0000
commit1de2095f67c9719a973868618c3548dd6083f534 (patch)
tree7b51d37a037c67fe0b2ecd1582970e83afd0cc5f /Cargo.lock
parent5f776c7372ffecbbe959fbfa968c8c91efaf0061 (diff)
Add support for WebP images (#6311)
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 347704b3..a9b3756a 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1215,6 +1215,7 @@ dependencies = [
"byteorder-lite",
"color_quant",
"gif",
+ "image-webp",
"num-traits",
"png",
"zune-core",