feat: a11y
This commit is contained in:
parent
5a0df6afb6
commit
2612282fcf
5 changed files with 97 additions and 1 deletions
9
Cargo.lock
generated
9
Cargo.lock
generated
|
|
@ -308,6 +308,14 @@ dependencies = [
|
|||
"crossbeam-utils",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "cosmic-dbus-a11y"
|
||||
version = "0.1.0"
|
||||
source = "git+https://github.com/pop-os/dbus-settings-bindings#62100129240d164e39fff16bda34faad520936de"
|
||||
dependencies = [
|
||||
"zbus",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "cosmic-notifications-util"
|
||||
version = "0.1.0"
|
||||
|
|
@ -323,6 +331,7 @@ version = "0.1.0"
|
|||
dependencies = [
|
||||
"async-signals",
|
||||
"color-eyre",
|
||||
"cosmic-dbus-a11y",
|
||||
"cosmic-notifications-util",
|
||||
"futures-util",
|
||||
"itertools",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue