glyph_brush_draw_cache 0.1.0

Texture draw cache for ab_glyph
Documentation
1
2
3
4
5
6
# 0.1
* Port rusttype gpu cache to ab_glyph.
* Use exact texture rect position, adjusted for different sub-pixel matches.
* Use rayon for concurrent outline calculation & rasterization.
* Use crossbeam-channel for channelling.
* Implement local batch work stealing for rasterization tasks improving population performance by **1.1x**.