glium-glyph 0.5.0

Glium frontend for the glyph-brush text renderer. gfx-glyph with gfx swapped out for glium.
Documentation
[package]
name = "glium-glyph"
version = "0.5.0"
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."
documentation = "https://docs.rs/glium-glyph"
exclude = ["fonts/**"]

[dependencies]
glium = { version = "0.25", default-features=false}
glyph_brush = "0.5"

[dev-dependencies]
glium = "0.25"