feat(bar): add interactive layout and media widgets

This commit is contained in:
LGUG2Z
2024-08-27 18:22:36 -07:00
parent ca6bf69ac7
commit 18358efed8
5 changed files with 153 additions and 21 deletions
+2 -1
View File
@@ -13,4 +13,5 @@ chrono = "0.4"
eframe = "0.28"
serde_json = "1"
sysinfo = "0.30"
crossbeam-channel = "0.5"
crossbeam-channel = "0.5"
windows = { workspace = true }