refactor: allow a11y to be disabled with applet feature

This commit is contained in:
Ashley Wulber 2024-10-23 18:36:42 -04:00 committed by Jeremy Soller
parent d1aabecc16
commit 3414f62367

View file

@ -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 # XXX autosize should not be used on winit windows unless dialogs
autosize = [] autosize = []
applet = [ applet = [
"a11y",
"autosize", "autosize",
"winit", "winit",
"wayland", "wayland",
@ -45,10 +44,7 @@ desktop = [
"tokio?/net", "tokio?/net",
] ]
# Enables launching desktop files inside systemd scopes # Enables launching desktop files inside systemd scopes
desktop-systemd-scope = [ desktop-systemd-scope = ["desktop", "dep:zbus"]
"desktop",
"dep:zbus",
]
# Enables keycode serialization # Enables keycode serialization
serde-keycode = ["iced_core/serde"] serde-keycode = ["iced_core/serde"]
# Prevents multiple separate process instances. # Prevents multiple separate process instances.