0.11.0
Fixes:
- Vsync enable/disable is better supported on all platforms except Web, where Vsync is required (#325, #263)
- Invalid texture sizes no longer panic. Methods are now fallible when they create textures. (#250, #240)
- The
wgpu/webglfeature flag is automatically enabled on WASM targets. (#320, #276)
Breaking changes:
- MSRV has increased to 1.65.0 (#320)
- Update
wgputo 0.14 (#320) Pixels::Erroris now marked#[non_exhaustive](#250)Pixels::resize_buffer()andPixels::resize_surface()returnResult<_, TextureError>. (#250)Pixels::resize_buffer()no longer panics on invalid inputs. (#250)
Contributors 💖: