# wgpu_glyph
[](https://github.com/hecrj/wgpu_glyph/actions)
[](https://crates.io/crates/wgpu_glyph)
[](https://docs.rs/wgpu_glyph)
[](https://github.com/hecrj/wgpu_glyph/blob/master/LICENSE)
A fast text renderer for [wgpu](https://github.com/gfx-rs/wgpu), powered by
[glyph_brush](https://github.com/alexheretic/glyph-brush/tree/master/glyph-brush).
## Installation
Add `wgpu_glyph` as a dependency in your `Cargo.toml`:
```toml
wgpu_glyph = "0.12"
```
## Examples
Have a look at
* [The examples directory](examples).
* [Iced](https://github.com/hecrj/iced), a cross-platform GUI library.
* [Coffee](https://github.com/hecrj/coffee), a 2D game library.