wgpu_glyph 0.1.1

A fast text renderer for wgpu, powered by glyph_brush
Documentation
[package]
name = "wgpu_glyph"
version = "0.1.1"
authors = ["Héctor Ramón Jiménez <hector0193@gmail.com>"]
edition = "2018"
description = "A fast text renderer for wgpu, powered by glyph_brush"
license = "MIT"
keywords = ["font", "ttf", "truetype", "wgpu", "text"]
repository = "https://github.com/hecrj/wgpu_glyph"
documentation = "https://docs.rs/wgpu_glyph"
readme = "README.md"

[dependencies]
wgpu = "0.2"
glyph_brush = "0.4"
log = "0.4"

[dev-dependencies]
env_logger = "0.6"