Use libcomsic-applet in status-area, network, graphics

This commit is contained in:
Ian Douglas Scott 2022-07-05 16:21:23 -07:00
parent aac43de65d
commit 765e3af815
13 changed files with 154 additions and 330 deletions

3
Cargo.lock generated
View file

@ -368,6 +368,7 @@ version = "0.1.0"
dependencies = [
"cosmic-panel-config",
"gtk4",
"libcosmic-applet",
"once_cell",
"relm4-macros",
"tokio",
@ -383,6 +384,7 @@ dependencies = [
"futures-util",
"gtk4",
"itertools",
"libcosmic-applet",
"libcosmic-widgets",
"once_cell",
"relm4-macros",
@ -431,6 +433,7 @@ dependencies = [
"cosmic-panel-config",
"futures",
"gtk4",
"libcosmic-applet",
"once_cell",
"serde",
"zbus",