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

@ -60,6 +60,7 @@ tokio = { version = "1.49.0", features = ["full"] }
# cosmic-config = { path = "../libcosmic/cosmic-config" }
cosmic-config = { git = "https://github.com/pop-os/libcosmic" }
serde = { version = "1.0.228", features = ["derive"] }
zlink = "0.5.0"
[profile.release]
opt-level = 3