typos/.cargo/config

6 lines
153 B
Text
Raw Normal View History

2023-03-29 15:33:22 -04:00
[target.x86_64-pc-windows-msvc]
rustflags = ["-Ctarget-feature=+crt-static"]
[target.i686-pc-windows-msvc]
rustflags = ["-Ctarget-feature=+crt-static"]