feat(bar): use phosphor icons for uniformity

This commit is contained in:
LGUG2Z
2024-09-08 12:38:51 -07:00
parent 9f78739c3f
commit a4ef85859e
10 changed files with 53 additions and 29 deletions

10
Cargo.lock generated
View File

@@ -1406,6 +1406,15 @@ dependencies = [
"serde",
]
[[package]]
name = "egui-phosphor"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7198d3a35fbe756a3daa10a98942159f70dce10d5f2f9ccdb11d242d3bf2fa47"
dependencies = [
"egui",
]
[[package]]
name = "egui-wgpu"
version = "0.28.1"
@@ -2657,6 +2666,7 @@ dependencies = [
"chrono",
"crossbeam-channel",
"eframe",
"egui-phosphor",
"font-loader",
"image",
"komorebi-client",