refactor(audio): use mpris2-zbus

This commit is contained in:
Ashley Wulber 2023-10-27 17:44:25 -04:00 committed by Ashley Wulber
parent 22d15551ae
commit 0db1a96c42
11 changed files with 276 additions and 309 deletions

View file

@ -12,7 +12,7 @@ tokio = { version = "1.20.1", features=["full"] }
libcosmic.workspace = true
# cosmic-applet = { path = "../applet" }
nix = "0.26.2"
zbus = "3.13"
zbus.workspace = true
logind-zbus = "3.1"
# Application i18n
i18n-embed = { version = "0.13", features = ["fluent-system", "desktop-requester"] }