feat(bar): add logging and config hotwatch

This commit is contained in:
LGUG2Z
2024-09-08 20:25:05 -07:00
parent e99138a97e
commit d6ccf4cf9a
5 changed files with 154 additions and 39 deletions

4
Cargo.lock generated
View File

@@ -2686,6 +2686,7 @@ dependencies = [
"eframe",
"egui-phosphor",
"font-loader",
"hotwatch",
"image",
"komorebi-client",
"netdev",
@@ -2695,6 +2696,9 @@ dependencies = [
"serde_yaml 0.8.26",
"starship-battery",
"sysinfo 0.31.3",
"tracing",
"tracing-appender",
"tracing-subscriber",
"windows 0.54.0",
"windows-icons",
]