feat: use dbus-config to watch for config updates
This commit is contained in:
parent
9a734a81f8
commit
4f9ce0f6f8
3 changed files with 176 additions and 136 deletions
|
|
@ -6,10 +6,11 @@ rust-version = "1.71.0"
|
|||
|
||||
[workspace.dependencies.libcosmic]
|
||||
git = "https://github.com/pop-os/libcosmic"
|
||||
features = ["single-instance", "tokio", "wayland", "xdg-portal"]
|
||||
features = ["dbus-config", "single-instance", "tokio", "wayland", "xdg-portal"]
|
||||
|
||||
[workspace.dependencies.cosmic-config]
|
||||
git = "https://github.com/pop-os/libcosmic"
|
||||
features = ["dbus"]
|
||||
|
||||
[workspace.dependencies.cosmic-bg-config]
|
||||
git = "https://github.com/pop-os/cosmic-bg"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue