feat: better a11y support
This commit is contained in:
parent
be4c0a0848
commit
2ecef3c7b2
14 changed files with 144 additions and 16 deletions
|
|
@ -8,7 +8,7 @@ rust-version = "1.80"
|
|||
name = "cosmic"
|
||||
|
||||
[features]
|
||||
default = ["multi-window"]
|
||||
default = ["multi-window", "a11y"]
|
||||
# Accessibility support
|
||||
a11y = ["iced/a11y", "iced_accessibility"]
|
||||
# Enable about widget
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue