A template for building cross-compiler compatible DLL's that
target the 64 bit Windows platform.
[ add build/automation tasks ]
To teach myself Rust and perform tasks that I already perform in C with the Rust
API and build system tools.
[ TODO ]
Requires
- rust
- rustup
- cargo
- mingw32
rustup target add x86_64-pc-windows-gnu
make