parasyte / pixels

A tiny hardware-accelerated pixel frame buffer. 🦀
https://docs.rs/pixels
MIT License
1.82k stars 123 forks source link

Fix minimal-web example #407

Closed parasyte closed 1 week ago

parasyte commented 1 week ago

Adds CI steps to check and lint the example. And fixes build failures introduced by updating winit and wgpu in #391.

run-wasm still won't fail out the WASM CI job when there are build errors. That is tracked upstream in https://github.com/rukai/cargo-run-wasm/issues/49

Closes #406