diff --git a/Cargo.toml b/Cargo.toml index 519eeb1..c4f9f6f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,11 +5,14 @@ edition = "2024" license = "AGPL-3.0-or-later" [dependencies] -iced = { version = "0.14.0", features = [ "image" ] } dirs = "6.0.0" rfd = "0.17.2" jpegxl-rs = "0.14.0" +[dependencies.iced] +version = "0.14.0" +features = [ "image" ] + [dependencies.image] version = "0.25.10" features = [ "avif-native" ]