mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-09-19 00:01:21 +02:00
feat(bar): add logging and config hotwatch
This commit is contained in:
@@ -10,12 +10,14 @@ komorebi-client = { path = "../komorebi-client" }
|
||||
|
||||
catppuccin-egui = { version = "5.1", default-features = false, features = ["egui28"] }
|
||||
chrono = "0.4"
|
||||
clap = { version = "4", features = ["derive", "wrap_help"] }
|
||||
color-eyre = "0.6"
|
||||
crossbeam-channel = "0.5"
|
||||
dirs = { workspace = true }
|
||||
eframe = "0.28"
|
||||
egui-phosphor = "0.6.0"
|
||||
font-loader = "0.11"
|
||||
hotwatch = "0.5"
|
||||
image = "0.25"
|
||||
netdev = "0.30"
|
||||
schemars = { workspace = true }
|
||||
@@ -24,6 +26,8 @@ serde_json = { workspace = true }
|
||||
serde_yaml = "0.8"
|
||||
starship-battery = "0.10"
|
||||
sysinfo = "0.31"
|
||||
tracing = "0.1"
|
||||
tracing-appender = "0.2"
|
||||
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
|
||||
windows = { workspace = true }
|
||||
windows-icons = "0.1"
|
||||
clap = { version = "4", features = ["derive", "wrap_help"] }
|
||||
|
||||
Reference in New Issue
Block a user