Cross compile Cargo project to Windows MSVC target with ease
Project description
cargo-xwin
formerly cargo-xwinbuild
🚀 Help me to become a full-time open-source developer by sponsoring me on GitHub
Cross compile Cargo project to Windows msvc target with ease.
By using this software you are consented to accept the license at https://go.microsoft.com/fwlink/?LinkId=2086102
Prerequisite
- For pure Rust project, no prerequisites needed.
- For C/C++ dependencies, install clang (On macOS run
brew install llvm
and you're good to go). - For assembly dependencies, install
llvm-tools-preview
component viarustup component add llvm-tools-preview
or install llvm.
Installation
cargo install cargo-xwin
You can also install it using pip:
pip install cargo-xwin
We also provide a Docker image which has wine pre-installed in addition to cargo-xwin and Rust, for example to build for x86_64 Windows:
docker run --rm -it -v $(pwd):/io -w /io messense/cargo-xwin \
cargo xwin build --release --target x86_64-pc-windows-msvc
Usage
- Install Rust Windows msvc target via rustup, for example,
rustup target add x86_64-pc-windows-msvc
- Run
cargo xwin build
, for example,cargo xwin build --target x86_64-pc-windows-msvc
Run tests with wine
With wine installed, you can run tests with the cargo xwin test
command,
for example, cargo xwin test --target x86_64-pc-windows-msvc
Customization
The Microsoft CRT and Windows SDK can be customized using the following environment variables or CLI options.
Environment Variable | CLI option | Description |
---|---|---|
XWIN_ARCH |
--xwin-arch |
The architectures to include, defaults to x86_64,aarch64 , possible values: x86, x86_64, aarch, aarch64 |
XWIN_VARIANT |
--xwin-variant |
The variants to include, defaults to desktop , possible values: desktop, onecore, spectre |
XWIN_VERSION |
--xwin-version |
The version to retrieve, defaults to 16, can either be a major version of 15 or 16, or a <major>.<minor> version |
XWIN_CACHE_DIR |
--xwin-cache-dir |
xwin cache directory to put CRT and SDK files |
CMake Support
Some Rust crates use the cmake crate to build C/C++ dependencies, cargo-xwin will generate a CMake toolchain file automatically to make cross compilation work out of the box.
ninja is required to enable CMake support.
License
This work is released under the MIT license. A copy of the license is provided in the LICENSE file.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distributions
Hashes for cargo_xwin-0.13.5-py3-none-win_amd64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 168fc5894f7c83df944ce33b625481a62ac00037518b3980e62c553feb84fd71 |
|
MD5 | d3f950d75faa119db813809b001a1168 |
|
BLAKE2b-256 | ea1f4393391b2407010db06ca4484d7cc7d05dc17c523eb8c4b857aeca05b978 |
Hashes for cargo_xwin-0.13.5-py3-none-win32.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 566ecc55f9f606a36ddf5c5573be2d3db850c386d5b7c77191a07a7f2272b08c |
|
MD5 | 4e832470bd8b13438cde70b8044a9b92 |
|
BLAKE2b-256 | 8d33ea1e6c44ae999afc056770bdc31352418d6c3e5db1625bbcb9be6fd366d7 |
Hashes for cargo_xwin-0.13.5-py3-none-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 080244fefa1e298485bbb15ec1e0bf8d3529b5e2335275491b54b708de511e46 |
|
MD5 | f87f000779f80dfe541b9490cd7b6383 |
|
BLAKE2b-256 | facfd777e6238ac0111125052048b38d1fa70a0189a4d34221659650b20f9e97 |
Hashes for cargo_xwin-0.13.5-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 403e4dde6623f14de8e6752cd6293049743c644932aaa8014243e0db23905293 |
|
MD5 | 1d73e90c8095a0f066a206f13f215f93 |
|
BLAKE2b-256 | 64f9229202d06f8e2a5e20be2f28de021b87dcdec0b8279c8970b65098f80263 |
Hashes for cargo_xwin-0.13.5-py3-none-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9adc17d66ea53ee706f1a7073f29df1550d18a66ad1401bc93f1d7d519d7d94c |
|
MD5 | 41dbdf6f6b0c1104d7b7738d15b03738 |
|
BLAKE2b-256 | 1c34bd0ec22c150d333cc7ad54838032b280eb36e2468c2973f0fc3edea61964 |
Hashes for cargo_xwin-0.13.5-py3-none-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | e7cf2003cb668efdf9a620494f9eb6f7bd9cbae88cf1a8791734138e9e0dc4b1 |
|
MD5 | 8c8b700e58079dcb600570637a00c18b |
|
BLAKE2b-256 | 9ef3a47a1c591249b357823f914548ee2b497d4d0922fe7e2e06a2fac2bc686e |
Hashes for cargo_xwin-0.13.5-py3-none-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 13135e855e87b876c22eb8191f2c37d7c81018fd06465ee9558bc3231d9c25f3 |
|
MD5 | 8a48a8ed46e513042c9543182f73c216 |
|
BLAKE2b-256 | 769cd09a9215110badbe2f2a6e3e288dfd94551c09007995af0ecb34bfd9fe03 |