yoda: use local dbus settings bindings
This commit is contained in:
parent
495e591dc6
commit
e07a2bbbc8
2 changed files with 1 additions and 2 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
|
@ -293,7 +293,6 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "cosmic-dbus-a11y"
|
||||
version = "0.1.0"
|
||||
source = "git+https://github.com/pop-os/dbus-settings-bindings#507e342c21d3ce6ae41b1d4f3fa2f0ad5ee23e75"
|
||||
dependencies = [
|
||||
"zbus",
|
||||
]
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ publish = false
|
|||
[dependencies]
|
||||
color-eyre = "0.6"
|
||||
futures-util = "0.3"
|
||||
cosmic-dbus-a11y = { git = "https://github.com/pop-os/dbus-settings-bindings" }
|
||||
cosmic-dbus-a11y = { path = "../dbus-settings-bindings/a11y" }
|
||||
freedesktop-desktop-entry = { version = "0.8", optional = true }
|
||||
shell-words = { version = "1.1.1", optional = true }
|
||||
dirs = { version = "6.0.0", optional = true }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue