build: use avif-native
this allows it to open (more?) AVIFs
This commit is contained in:
parent
a91cc6b525
commit
f789271f9e
3 changed files with 160 additions and 1 deletions
|
|
@ -6,6 +6,9 @@ edition = "2024"
|
|||
[dependencies]
|
||||
iced = { version = "0.14.0", features = [ "image" ] }
|
||||
dirs = "6.0.0"
|
||||
image = "0.25.10"
|
||||
rfd = "0.17.2"
|
||||
jpegxl-rs = "0.14.0"
|
||||
|
||||
[dependencies.image]
|
||||
version = "0.25.10"
|
||||
features = [ "avif-native" ]
|
||||
|
|
|
|||
Loading…
Reference in a new issue