rust-x-bindings / rust-xcb

Rust bindings and wrapper for XCB.
MIT License
165 stars 64 forks source link

Enable cross compilation from Windows #100

Closed AsmPrgmC3 closed 3 years ago

AsmPrgmC3 commented 3 years ago

Adds conditional compilation in build.rs to enable cross compilation from windows.

rtbo commented 3 years ago

looks good, thanks