typos/.cargo/config

6 lines
153 B
Text
Raw Normal View History

2021-11-08 10:13:39 -05:00
[target.x86_64-pc-windows-msvc]
rustflags = ["-Ctarget-feature=+crt-static"]
[target.i686-pc-windows-msvc]
rustflags = ["-Ctarget-feature=+crt-static"]