Start work on cosmic-applet-audio

This commit is contained in:
Lucy 2022-03-07 11:15:20 -05:00
parent 5b6242d9d9
commit 31bb22f91b
No known key found for this signature in database
GPG key ID: EBC517FAD666BBF1
4 changed files with 31 additions and 3 deletions

16
Cargo.lock generated
View file

@ -233,6 +233,18 @@ dependencies = [
"cache-padded",
]
[[package]]
name = "cosmic-applet-audio"
version = "0.1.0"
dependencies = [
"futures-util",
"gtk4",
"libcosmic-widgets",
"once_cell",
"relm4-macros 0.4.2",
"tokio",
]
[[package]]
name = "cosmic-applet-graphics"
version = "0.1.0"
@ -1151,9 +1163,9 @@ dependencies = [
[[package]]
name = "once_cell"
version = "1.9.0"
version = "1.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "da32515d9f6e6e489d7bc9d84c71b060db7247dc035bbe44eac88cf87486d8d5"
checksum = "87f3e037eac156d1775da914196f0f37741a274155e34a0b7e427c35d2a2ecb9"
[[package]]
name = "ordered-stream"