glium-glyph 0.2.2

Glium frontend for the glyph-brush text renderer. gfx-glyph with gfx swapped out for glium.
Documentation
[package]
name = "glium-glyph"
version = "0.2.2"
authors = ["est31 <MTest31@outlook.com>"]
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/est31/glium-glyph"
description = "Glium frontend for the glyph-brush text renderer. gfx-glyph with gfx swapped out for glium."
exclude = ["fonts/**"]

[dependencies]
glium = { version = "0.22", default-features=false}
glyph_brush = "0.2"

[dev-dependencies]
glium = "0.22"