Add windows option to launch app on startup

This commit is contained in:
George
2026-03-22 00:19:00 +04:00
parent 08dce94738
commit 42418f9a63
3 changed files with 135 additions and 1 deletions

View File

@@ -21,6 +21,7 @@ winit = "0.30.13"
[target.'cfg(target_os = "windows")'.dependencies]
image = "0.25.10"
winreg = "0.55.0"
windows = { version = "0.62.2", features = [
"Win32_System_LibraryLoader",
] }