Start work on graphics applet

This commit is contained in:
Lucy 2022-02-14 15:41:47 -05:00
parent fc8e6e4d4d
commit e03225384b
No known key found for this signature in database
GPG key ID: EBC517FAD666BBF1
5 changed files with 142 additions and 1 deletions

11
Cargo.lock generated
View file

@ -218,6 +218,17 @@ dependencies = [
"cache-padded",
]
[[package]]
name = "cosmic-applet-graphics"
version = "0.1.0"
dependencies = [
"gtk4",
"once_cell",
"relm4-macros",
"tokio",
"zbus",
]
[[package]]
name = "cosmic-applet-network"
version = "0.1.0"