feat(sound): use cosmic-settings-daemon's varlink API
This commit is contained in:
parent
8981b0b48e
commit
95eda40878
6 changed files with 762 additions and 448 deletions
|
|
@ -5,11 +5,11 @@ edition = "2024"
|
|||
license = "GPL-3.0-only"
|
||||
|
||||
[dependencies]
|
||||
futures.workspace = true
|
||||
i18n-embed-fl.workspace = true
|
||||
i18n-embed.workspace = true
|
||||
libcosmic.workspace = true
|
||||
mpris2-zbus = { git = "https://github.com/pop-os/dbus-settings-bindings" }
|
||||
# mpris2-zbus = { path = "../../dbus-settings-bindings/mpris2" }
|
||||
rust-embed.workspace = true
|
||||
serde.workspace = true
|
||||
tokio.workspace = true
|
||||
|
|
@ -19,7 +19,9 @@ tracing.workspace = true
|
|||
url = "2"
|
||||
urlencoding = "2.1.3"
|
||||
zbus.workspace = true
|
||||
zlink.workspace = true
|
||||
intmap = "3.1.3"
|
||||
|
||||
[dependencies.cosmic-settings-sound-subscription]
|
||||
git = "https://github.com/pop-os/cosmic-settings"
|
||||
# path = "../../cosmic-settings/subscriptions/sound"
|
||||
[dependencies.cosmic-settings-audio-client]
|
||||
git = "https://github.com/pop-os/cosmic-settings-daemon"
|
||||
features = ["codec"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue