wip fallback

This commit is contained in:
LGUG2Z
2025-03-26 15:15:42 -07:00
parent e702d93a8a
commit 3776310d09
3 changed files with 26 additions and 3 deletions

14
Cargo.lock generated
View File

@@ -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"