wgpu_glyph

Integration status crates.io Documentation License

A fast text renderer for wgpu, powered by glyph_brush.

Installation

Add wgpu_glyph as a dependency in your Cargo.toml:

toml wgpu_glyph = "0.14"

Examples

Have a look at * The examples directory. * Iced, a cross-platform GUI library. * Coffee, a 2D game library.