Cross compile Cargo project to Windows msvc target with ease. (LLVM installation required.)
By using this software you are consented to accept the license at https://go.microsoft.com/fwlink/?LinkId=2086102
bash
cargo install cargo-xwinbuild
You can also install it using pip:
bash
pip install cargo-xwinbuild
brew install llvm
rustup target add x86_64-pc-windows-msvc
cargo xwinbuild
, for example, cargo xwinbuild --target x86_64-pc-windows-msvc
This work is released under the MIT license. A copy of the license is provided in the LICENSE file.