Skip to content

0.11.0

Compare
Choose a tag to compare
@parasyte parasyte released this 18 Dec 06:24
· 31 commits to main since this release
864a9c3

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/webgl feature flag is automatically enabled on WASM targets. (#320, #276)

Breaking changes:

  • MSRV has increased to 1.65.0 (#320)
  • Update wgpu to 0.14 (#320)
  • Pixels::Error is now marked #[non_exhaustive] (#250)
  • Pixels::resize_buffer() and Pixels::resize_surface() return Result<_, TextureError>. (#250)
  • Pixels::resize_buffer() no longer panics on invalid inputs. (#250)

Contributors 💖: