Implement Windows registry file format registration on app startup

This commit is contained in:
Keavon Chambers
2026-05-08 16:07:06 -07:00
parent c9d02e1aa9
commit c8e78fd58a
6 changed files with 202 additions and 0 deletions
+1
View File
@@ -70,6 +70,7 @@ windows = { version = "0.58.0", features = [
"Win32_UI_HiDpi",
"Win32_UI_Shell",
] }
winreg = "0.56"
# Mac-specific dependencies
[target.'cfg(target_os = "macos")'.dependencies]