clean up ui and cross-compile config

This commit is contained in:
Matthew Ryan Dillon 2024-08-19 21:24:50 -04:00
parent 69d911ccb8
commit e1e67546aa
3 changed files with 44 additions and 18 deletions

2
.cargo/config.toml Normal file
View file

@ -0,0 +1,2 @@
[target.x86_64-pc-windows-gnu]
linker = "x86_64-w64-mingw32-gcc"