Statically link msvcrt

Avoid the user needing to have MS VC++ Redistributables/VCRUNTIME140.dll
This commit is contained in:
blue 2021-07-15 21:49:30 +01:00
parent 3c3ef7a603
commit 75fe30b227

2
.cargo/config.toml Normal file
View file

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