From 3414f62367e78fd594e34d9632e4aba51824aab6 Mon Sep 17 00:00:00 2001 From: Ashley Wulber Date: Wed, 23 Oct 2024 18:36:42 -0400 Subject: [PATCH] refactor: allow a11y to be disabled with applet feature --- Cargo.toml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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.