0.12.0
Features:
- Added wgpu
adaptergetter API (#340)
Fixes:
- Fix a panic in the scaling matrix creation when the surface height is smaller than the texture height (#330, #332)
- Fix random errors from
pixels.render()on some platforms (#348, #346) - Always prefer an sRGB surface texture format, not just the first format provided by
wgpu. (#332)
Breaking changes:
- Update
wgputo 0.15 (#332) - Remove get_ and set_ prefixes from public APIs (#341)
Pixels::get_frame()is nowPixels::frame()Pixels::get_frame_mut()is nowPixels::frame_mut()Pixels::set_clear_color()is nowPixels::clear_color()
Contributors 💖:
- @AndroGR
- @imizao