webgl2-glyph 0.1.3

WebGL2 text renderer, based on glyph_brush and ab_glyph (CPU rasterized glyph atlas).
Documentation
# webgl2-glyph

A WebGL2 renderer for [glyph-brush](https://github.com/alexheretic/glyph-brush/tree/master/glyph-brush), a text rendering library.

Demos:
- [Hello world]https://paulgb.github.io/webgl2-glyph/hello-world/ ([code]https://github.com/paulgb/webgl2-glyph/blob/main/demos/hello-world/src/main.rs)
- [Animation]https://paulgb.github.io/webgl2-glyph/animation/ ([code]https://github.com/paulgb/webgl2-glyph/blob/main/demos/animation/src/main.rs)
- [Dynamic text]https://paulgb.github.io/webgl2-glyph/dynamic/ ([code]https://github.com/paulgb/webgl2-glyph/blob/main/demos/dynamic/src/main.rs)
- [Dynamic size]https://paulgb.github.io/webgl2-glyph/dynamic-size/ ([code]https://github.com/paulgb/webgl2-glyph/blob/main/demos/dynamic-size/src/main.rs)
- [Color]https://paulgb.github.io/webgl2-glyph/colors/ ([code]https://github.com/paulgb/webgl2-glyph/blob/main/demos/colors/src/main.rs)