cargo-xwin 0.22.0

Cross compile Cargo project to Windows MSVC target with ease
Documentation
1
2
3
4
5
6
7
8
9
10
11
[build-system]
requires = ["maturin>=1.0,<2.0"]
build-backend = "maturin"

[project]
name = "cargo-xwin"
dependencies = ["ninja"]
dynamic = ["version"]

[tool.maturin]
bindings = "bin"