yoda: use local dbus settings bindings

This commit is contained in:
Lionel DARNIS 2026-05-25 09:55:11 +02:00
parent f19473a05c
commit 331aba9d95
7 changed files with 14 additions and 29 deletions

View file

@ -7,7 +7,7 @@ rust-version.workspace = true
publish = true
[dependencies]
bluez-zbus = { git = "https://github.com/pop-os/dbus-settings-bindings" }
bluez-zbus = { path = "../../../dbus-settings-bindings/bluez" }
futures = "0.3.32"
iced_futures = { git = "https://github.com/pop-os/libcosmic" }
tokio = "1.49.0"