diff --git a/Cargo.toml b/Cargo.toml index 18a9d5ff..93cb3fbb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,6 @@ animated-image = ["image", "dep:async-fs", "tokio?/io-util", "tokio?/fs"] # XXX autosize should not be used on winit windows unless dialogs autosize = [] applet = [ - "a11y", "autosize", "winit", "wayland", @@ -45,10 +44,7 @@ desktop = [ "tokio?/net", ] # Enables launching desktop files inside systemd scopes -desktop-systemd-scope = [ - "desktop", - "dep:zbus", -] +desktop-systemd-scope = ["desktop", "dep:zbus"] # Enables keycode serialization serde-keycode = ["iced_core/serde"] # Prevents multiple separate process instances.