Renamed to config.toml for current rust cargo stable. (#418)

This commit is contained in:
guylamar2006
2024-11-01 07:00:11 +01:00
committed by GitHub
parent f41187a4c2
commit 6bc3908fe2
+6
View File
@@ -0,0 +1,6 @@
[target.x86_64-pc-windows-gnu]
linker = "/usr/bin/x86_64-w64-mingw32-gcc"
ar = "/usr/x86_64-w64-mingw32/bin/ar"
[target.x86_64-pc-windows-msvc]
rustflags = ["-C", "target-feature=+crt-static"]