diff options
| author | Linus Unnebäck <linus@folkdatorn.se> | 2025-06-04 11:54:03 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-04 09:54:03 +0000 |
| commit | 1de2095f67c9719a973868618c3548dd6083f534 (patch) | |
| tree | 7b51d37a037c67fe0b2ecd1582970e83afd0cc5f /Cargo.toml | |
| parent | 5f776c7372ffecbbe959fbfa968c8c91efaf0061 (diff) | |
Add support for WebP images (#6311)
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |
