This log describes changes in the piet-hardware
, piet-glow
and piet-wgpu
crates.
- Update to the newest
piet-hardware
version.
- Breaking: Adapt to the new middleware pattern.
- Update to the newest
piet-hardware
version.
- Breaking: Add the
capture_area
method for capturing an area of the screen. - Breaking: Change the
GpuContext
trait to use&mut self
instead of&self
. - Add support for dashed lines.
- Fix some minor bugs.
- Set default texture color space to non-SRGB.
- Add support for line decorations.
- Upgrade to
piet-hardware
v0.2.0
- Upgrade to
piet-hardware
v0.2.0
- Breaking: The
push_buffers
method is now safe.