Skip to content

v0.22.5

Choose a tag to compare

@github-actions github-actions released this 23 May 04:32
· 49 commits to main since this release
ad712fc
  • Implement compiled shader caching, enabled by default.

    • Add WINDOWS.default_cache_shaders and Window::cache_shaders.
  • Fix view-process window extension calls from inside the same window.

  • Fix panic on trace recorder init when a tracing subscriber is already set.

    • Add zng::app::trace_recorder::is_enabled helper to coordinate logging init.
  • Fix ANGLE backend and add helper crate.

    • Patched Webrender to fix shader compile error.
    • Added zng-view-angle crate to acquire ANGLE DLLs and enable it in the view-process.
    • Fix frame after resize not filling window.
    • Fix ClearType distortion and other blend leaking issues.
  • Fix WINDOW_EXTENSIONS.view_extensions_init for an existing window after respawn.

Crates will be available on crates.io once Publish completes.