Files
Albert Cervin 9e2cc9c90a Add a simple MinGW example
This has an artificial dependency on `pthreads` (a commonly needed one)
combined with a `build.rs` to trigger cross-compilation in combination
with compiling for the build platform.
2021-12-07 12:38:44 +01:00

5 lines
87 B
Rust

fn main() {
println!("See https://github.com/oxalica/rust-overlay/issues/59!");
}