summaryrefslogtreecommitdiff
path: root/Cargo.toml
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.toml
parent5f776c7372ffecbbe959fbfa968c8c91efaf0061 (diff)
Add support for WebP images (#6311)
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 0f871e21..b4890e3c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -69,7 +69,7 @@ icu_provider_adapters = "1.4"
icu_provider_blob = "1.4"
icu_segmenter = { version = "1.4", features = ["serde"] }
if_chain = "1"
-image = { version = "0.25.5", default-features = false, features = ["png", "jpeg", "gif"] }
+image = { version = "0.25.5", default-features = false, features = ["png", "jpeg", "gif", "webp"] }
indexmap = { version = "2", features = ["serde"] }
infer = { version = "0.19.0", default-features = false }
kamadak-exif = "0.6"