feat(desktop): add Windows GUI upload client with egui (GNU toolchain)

This commit is contained in:
OpenCode Bot
2026-05-24 17:52:36 +08:00
parent 4561aec7e0
commit a50824e831
6 changed files with 321 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
[build]
target = "x86_64-pc-windows-gnu"
[target.x86_64-pc-windows-gnu]
rustflags = ["-C", "target-feature=+crt-static"]