Skip to content

v0.12.3

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 12 Oct 19:22
· 5 commits to main since this release
10b35b7
  • Fix close button icon in Wayland instances without any close icon available.
  • Add IMAGES.image_task to load async image sources.
  • Implement support for SVG images.
    • Add zng-ext-svg.
    • Add non default "svg" feature on the zng crate.
  • Fix view_process_extension! not running in same-process mode.
  • Breaking WindowExtension now also instantiated for headless surfaces.
    • Note that this is only a breaking change for direct dependents of zng-view extensions API.
  • Breaking Add as_any casting method for RendererExtension and WindowExtension.
    • Note that this is only a breaking change for direct dependents of zng-view extensions API.
  • Add "zng-view.prefer_angle" window extension to support enabling ANGLE EGL over WGL on Windows.