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
|
# 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.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue