Skip to content

v0.9.0

Compare
Choose a tag to compare
@ecton ecton released this 20 Aug 19:08
· 46 commits to main since this release
e0c407a

Breaking Changes

  • wgpu has been updated to 22.0.0.
  • cosmic-text has been updated to 0.12.0.

Added

  • WindowBehavior::memory_hints is a new trait function that controls the
    memory hints wgpu is initialized with. The provided implementation returns
    wgpu::MemoryHints::default().