mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-04-23 17:18:40 +02:00
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:
3
Cargo.lock
generated
3
Cargo.lock
generated
@@ -6115,8 +6115,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "windows-icons"
|
||||
version = "0.1.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "e8bbc62fa6f23804699b9559429f6f1eb761d215184e011cd365041d202e0b2e"
|
||||
source = "git+https://github.com/LGUG2Z/windows-icons?rev=d67cc9920aa9b4883393e411fb4fa2ddd4c498b5#d67cc9920aa9b4883393e411fb4fa2ddd4c498b5"
|
||||
dependencies = [
|
||||
"base64",
|
||||
"image",
|
||||
|
||||
Reference in New Issue
Block a user