diff --git a/.cargo/config.toml b/.cargo/config.toml new file mode 100644 index 0000000..0c75f5d --- /dev/null +++ b/.cargo/config.toml @@ -0,0 +1,2 @@ +[target.x86_64-pc-windows-gnu] +linker = "x86_64-w64-mingw32-g++-9" \ No newline at end of file