🚧 Begin rewrite of cosmic-applet-audio

This commit is contained in:
Lucy 2022-04-06 12:03:10 -04:00
parent f3a92fbdfd
commit 2c591d1ba3
No known key found for this signature in database
GPG key ID: EBC517FAD666BBF1
5 changed files with 167 additions and 21 deletions

18
Cargo.lock generated
View file

@ -246,11 +246,14 @@ dependencies = [
"async-io",
"freedesktop-desktop-entry",
"futures-util",
"gtk4",
"libcosmic-widgets",
"libpulse-binding",
"mpris2-zbus",
"once_cell",
"pulsectl-rs",
"relm4",
"relm4-macros 0.4.4",
"tokio",
"tracker",
"zbus",
]
@ -1071,7 +1074,7 @@ version = "0.1.0"
source = "git+https://github.com/pop-os/libcosmic?branch=lucy/widgets#d004d686bd83e55f8f5058700941284ca84dc579"
dependencies = [
"relm4",
"relm4-macros 0.4.1 (git+https://github.com/AaronErhardt/relm4?branch=new-approach)",
"relm4-macros 0.4.1",
"tracker",
]
@ -1660,7 +1663,6 @@ dependencies = [
"gtk4",
"log",
"once_cell",
"relm4-macros 0.4.1 (git+https://github.com/AaronErhardt/relm4?rev=7404ad64ca8763f6629cadcd743947cd29e1538a)",
"tokio",
]
@ -1674,16 +1676,6 @@ dependencies = [
"syn",
]
[[package]]
name = "relm4-macros"
version = "0.4.1"
source = "git+https://github.com/AaronErhardt/relm4?rev=7404ad64ca8763f6629cadcd743947cd29e1538a#7404ad64ca8763f6629cadcd743947cd29e1538a"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "relm4-macros"
version = "0.4.4"