chore: enable dbus-config
This commit is contained in:
parent
6c7a9bb989
commit
c9eec36130
2 changed files with 13 additions and 0 deletions
12
Cargo.lock
generated
12
Cargo.lock
generated
|
|
@ -1390,7 +1390,9 @@ source = "git+https://github.com/pop-os/libcosmic#a85b3693994ef2b8275eca6a9eccc8
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"atomicwrites",
|
"atomicwrites",
|
||||||
"cosmic-config-derive",
|
"cosmic-config-derive",
|
||||||
|
"cosmic-settings-daemon",
|
||||||
"dirs 6.0.0",
|
"dirs 6.0.0",
|
||||||
|
"futures-util",
|
||||||
"iced_futures",
|
"iced_futures",
|
||||||
"known-folders",
|
"known-folders",
|
||||||
"notify",
|
"notify",
|
||||||
|
|
@ -1400,6 +1402,7 @@ dependencies = [
|
||||||
"tokio",
|
"tokio",
|
||||||
"tracing",
|
"tracing",
|
||||||
"xdg",
|
"xdg",
|
||||||
|
"zbus 5.7.1",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
|
|
@ -1523,6 +1526,14 @@ dependencies = [
|
||||||
"xkbcommon",
|
"xkbcommon",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "cosmic-settings-daemon"
|
||||||
|
version = "0.1.0"
|
||||||
|
source = "git+https://github.com/pop-os/dbus-settings-bindings#3b86984332be2c930a3536ab714b843c851fa8ca"
|
||||||
|
dependencies = [
|
||||||
|
"zbus 5.7.1",
|
||||||
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "cosmic-settings-subscriptions"
|
name = "cosmic-settings-subscriptions"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
|
|
@ -3932,6 +3943,7 @@ dependencies = [
|
||||||
"cosmic-freedesktop-icons",
|
"cosmic-freedesktop-icons",
|
||||||
"cosmic-panel-config",
|
"cosmic-panel-config",
|
||||||
"cosmic-settings-config",
|
"cosmic-settings-config",
|
||||||
|
"cosmic-settings-daemon",
|
||||||
"cosmic-theme",
|
"cosmic-theme",
|
||||||
"css-color",
|
"css-color",
|
||||||
"derive_setters",
|
"derive_setters",
|
||||||
|
|
|
||||||
|
|
@ -49,6 +49,7 @@ i18n-embed-fl = "0.9"
|
||||||
libcosmic = { git = "https://github.com/pop-os/libcosmic", default-features = false, features = [
|
libcosmic = { git = "https://github.com/pop-os/libcosmic", default-features = false, features = [
|
||||||
"applet",
|
"applet",
|
||||||
"applet-token",
|
"applet-token",
|
||||||
|
"dbus-config",
|
||||||
"multi-window",
|
"multi-window",
|
||||||
"tokio",
|
"tokio",
|
||||||
"wayland",
|
"wayland",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue