rust-windowing / raw-window-handle

A common windowing interoperability library for Rust
Apache License 2.0
314 stars 49 forks source link

Add MSRV policy regarding wasm-bindgen #162

Closed notgull closed 7 months ago

notgull commented 7 months ago

wasm-bindgen recently bumped its MSRV to v1.73, which is much higher than our MSRV of 1.64. Add an note to the README describing our MSRV policy, and then test for it in CI.


cc @daxpedda