feat(desktop): add Windows GUI upload client with egui (GNU toolchain)
This commit is contained in:
5
desktop/.cargo/config.toml
Normal file
5
desktop/.cargo/config.toml
Normal file
@@ -0,0 +1,5 @@
|
||||
[build]
|
||||
target = "x86_64-pc-windows-gnu"
|
||||
|
||||
[target.x86_64-pc-windows-gnu]
|
||||
rustflags = ["-C", "target-feature=+crt-static"]
|
||||
Reference in New Issue
Block a user