feat(sound): use cosmic-settings-daemon's varlink API

This commit is contained in:
Michael Murphy 2026-06-15 21:09:25 +02:00 committed by GitHub
parent 8981b0b48e
commit 95eda40878
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 762 additions and 448 deletions

View file

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