Skip to content

0.9.0

Compare
Choose a tag to compare
@parasyte parasyte released this 01 Jan 00:53
· 60 commits to main since this release
6cc4356

Features:

  • Make the background/border color configurable, and support basic alpha blending (#236)
  • Refactor vertex attributes in the scaling renderer (#228, #229, #246)

Fixes:

  • Fix half-pixel offsets in scaling renderer (#231)

Breaking changes:

  • Require Edition 2021 (#230)
  • Update wgpu to 0.12 (#230)
  • wgpu::BlendState has changed from REPLACE to ALPHA_BLEND, requiring a valid alpha channel in the pixel buffer for correct rendering. (#236) cf. #305