[package]
name = "glium_text_rusttype"
version = "0.1.0"
authors = ["Pierre Krieger <pierre.krieger1708@gmail.com>", "Fedor Logachev <not.fl3@gmail.com>", "Constantine Shablya <t3a@protonmail.com>"]
description = "glium_text fork, text drawing with glium and rusttype"
documentation = "https://docs.rs/glium_text_rusttype"
repository = "https://github.com/not-fl3/glium_text_rusttype"
keywords = ["text", "opengl"]
license = "MIT"
[dependencies]
rusttype = "0.2"
[dependencies.glium]
version = "0.16"
default-features = false
[dev-dependencies]
cgmath = "0.14"
[dev-dependencies.glium]
version = "0.16"
features = ["glutin"]