refactor: allow a11y to be disabled with applet feature
This commit is contained in:
parent
d1aabecc16
commit
3414f62367
1 changed files with 1 additions and 5 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue