feat(wallpapers): enable avif support via libdav1d

This commit is contained in:
Michael Aaron Murphy 2026-06-30 00:31:35 +02:00 committed by Jacob Kauffmann
parent c46e46b8e3
commit 4d3915c1d7
4 changed files with 155 additions and 5 deletions

View file

@ -16,7 +16,7 @@ fast_image_resize = { version = "6", features = [
] }
futures-lite = "2.6.1"
futures-util = "0.3.32"
image = "0.25.9"
image = { version = "0.25.10", features = ["avif-native", "hdr", "jpeg", "png", "rayon", "webp"] }
infer = "0.19.0"
jxl-oxide = { version = "0.12.5", features = ["image"] }
tokio = { workspace = true, features = ["sync"] }