Skip to content

v0.22.10

Choose a tag to compare

@github-actions github-actions released this 08 Jun 21:53
· 20 commits to main since this release
bdfe13f
  • Optimize renderer for binary size.

    • Saves up to 1.8MB with a trade-off of slightly slower shader compilation on first use.
    • Added "optimized_shaders" feature to zng-view to avoid this.
    • Minimal impact due to shader cache.
  • Optimize build_cli_com_proxy for binary size.

  • Deprecated zng-tp-licenses feature "bundle", renamed to "embed".

    • write_bundle renamed to write_embedding.
    • include_bundle renamed to decode_embedding.
    • zng-view feature "bundle_licenses" renamed to "embed_licenses".
  • Deprecated zng feature "view_bundle_licenses", not needed.

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