feat: use dbus-config to watch for config updates

This commit is contained in:
Michael Aaron Murphy 2024-03-26 23:32:03 +01:00 committed by Michael Murphy
parent 9a734a81f8
commit 4f9ce0f6f8
3 changed files with 176 additions and 136 deletions

View file

@ -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"