feat: gpauth support Windows

This commit is contained in:
Kevin Yue
2025-02-02 18:37:18 +08:00
parent fe3d3df662
commit 3175d1083a
14 changed files with 199 additions and 21 deletions

4
Cargo.lock generated
View File

@@ -188,6 +188,7 @@ dependencies = [
"objc2-web-kit",
"open",
"regex",
"serde_json",
"tauri",
"tiny_http",
"tokio",
@@ -195,7 +196,10 @@ dependencies = [
"uuid",
"webbrowser",
"webkit2gtk",
"webview2-com",
"which",
"windows 0.58.0",
"windows-core 0.58.0",
]
[[package]]