1
0

refactor(winreg): reorganize Windows registry utilities into extra module

Move winreg_extra functionality into new extra/winreg module and restructure project layout
Add Windows icon handling utilities in extra/windows module
Update dependencies and clean up unused wincmd module
This commit is contained in:
2025-10-20 13:38:41 +08:00
parent d493285900
commit 26d867d42f
8 changed files with 119 additions and 25 deletions

View File

@ -12,9 +12,11 @@ windows-sys = { version = "0.60.2", features = [
"Win32_Security",
"Win32_System_SystemServices",
"Win32_UI_Shell",
"Win32_UI_WindowsAndMessaging",
"Win32_System_Registry",
] }
winreg = { version = "0.55.0", features = ["transactions"] }
widestring = "1.2.1"
indexmap = "2.11.4"
regex = "1.11.3"
uuid = "1.18.1"