fix(bar): use custom windows-icons w/o panics

This commit uses a custom fork of windows-icons which removes runtime
panics and instead exposes a safe Option<T> based API.
This commit is contained in:
LGUG2Z
2024-09-16 14:41:39 -07:00
parent 7005a01d9c
commit 254fcc988f
3 changed files with 16 additions and 7 deletions
+1 -1
View File
@@ -33,4 +33,4 @@ tracing = "0.1"
tracing-appender = "0.2"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
windows = { workspace = true }
windows-icons = "0.1"
windows-icons = { git = "https://github.com/LGUG2Z/windows-icons", rev = "d67cc9920aa9b4883393e411fb4fa2ddd4c498b5" }