Releases: grovesNL/glyphon
Releases Β· grovesNL/glyphon
0.7.0
What's Changed
- Relax lifetimes on TextRenderer::render() by @Selicre in #116
- Upgrade to wgpu v23 (and other deps) by @dtzxporter in #118
- Release 0.7.0 by @grovesNL in #120
New Contributors
- @Selicre made their first contribution in #116
- @dtzxporter made their first contribution in #118
Full Changelog: 0.6.0...0.7.0
0.6.0
What's Changed
- Do a little feature magic to allow to build for web by @Jengamon in #83
- Support multi viewport rendering with reusable text atlas by @PPakalns in #88
- Bump cosmic-text to 0.11 by @xlambein in #89
- Reuse
Vec
allocations inTextRenderer
by @hecrj in #91 - Use
rustc-hash
forHashSet
ofglyphs_in_use
by @hecrj in #90 - update to wgpu 0.20.0 by @EggShark in #93
- Support sharing
Pipeline
state betweenTextAtlas
by @hecrj in #95 - Introduce explicit
Viewport
sharing by @hecrj in #96 - Simplify rendering pipeline, reduce gpu memory usage, remove duplicated data by @PPakalns in #86
- Default limits by @grovesNL in #98
- Update to cosmic-text 0.12 and rustc-hash 2.0 by @BillyDM in #104
- build: upgrade
wgpu
0.20 β 22 by @ErichDonGubler in #106 - update example to use winit 0.30 by @BillyDM in #105
- Only iterate on visible runs within textbounds by @tamewild in #108
- Update CI by @grovesNL in #109
- Move text area bounds outside run/glyph loops by @grovesNL in #110
- Add support for SVG icons by @BillyDM in #102
- add text-sizes example by @BillyDM in #114
- Cleanup / release 0.6.0 by @grovesNL in #115
New Contributors
- @Jengamon made their first contribution in #83
- @PPakalns made their first contribution in #88
- @xlambein made their first contribution in #89
- @BillyDM made their first contribution in #104
- @ErichDonGubler made their first contribution in #106
- @tamewild made their first contribution in #108
Full Changelog: 0.5.0...0.6.0