mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-04-24 01:28:39 +02:00
fix(bar): fall back to older pid icon lookups
This commit imports an older revision of my fork of windows-icons to call when attempting to look up the icon of an application by it's process id. This needs to be cleaned up before the next release.
This commit is contained in:
14
Cargo.lock
generated
14
Cargo.lock
generated
@@ -2745,7 +2745,8 @@ dependencies = [
|
||||
"tracing-subscriber",
|
||||
"windows 0.61.1",
|
||||
"windows-core 0.61.0",
|
||||
"windows-icons",
|
||||
"windows-icons 0.1.0 (git+https://github.com/LGUG2Z/windows-icons?rev=0c9d7ee1b807347c507d3a9862dd007b4d3f4354)",
|
||||
"windows-icons 0.1.0 (git+https://github.com/LGUG2Z/windows-icons?rev=d67cc9920aa9b4883393e411fb4fa2ddd4c498b5)",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@@ -6290,6 +6291,17 @@ dependencies = [
|
||||
"windows 0.58.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "windows-icons"
|
||||
version = "0.1.0"
|
||||
source = "git+https://github.com/LGUG2Z/windows-icons?rev=d67cc9920aa9b4883393e411fb4fa2ddd4c498b5#d67cc9920aa9b4883393e411fb4fa2ddd4c498b5"
|
||||
dependencies = [
|
||||
"base64",
|
||||
"image",
|
||||
"winapi",
|
||||
"windows 0.58.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "windows-implement"
|
||||
version = "0.57.0"
|
||||
|
||||
Reference in New Issue
Block a user