feat(wallpapers): enable avif support via libdav1d
This commit is contained in:
parent
c46e46b8e3
commit
4d3915c1d7
4 changed files with 155 additions and 5 deletions
|
|
@ -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"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue