diff --git a/Cargo.toml b/Cargo.toml index bbe6fcb..487f499 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,10 +5,13 @@ edition = "2024" license = "AGPL-3.0-or-later" [dependencies] -iced = { version = "0.14.0", features = [ "image" ] } dirs = "6.0.0" rfd = "0.17.2" +[dependencies.iced] +version = "0.14.0" +features = [ "image" ] + [dependencies.image] version = "0.25.10" features = [ "avif-native" ]