miniquad_text_rusttype 0.1.2

glium_text fork, text drawing with miniquad and rusttype
Documentation
[dependencies.miniquad]
optional = true
version = "0.2.*"

[dependencies.rusttype]
version = "0.7.7"
[dev-dependencies.glam]
features = ["scalar-math"]
version = "0.8"

[features]
default = ["render"]
render = ["miniquad"]

[package]
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 miniquad and rusttype"
documentation = "https://docs.rs/glium_text_rusttype"
edition = "2018"
keywords = ["text", "opengl"]
license = "MIT"
name = "miniquad_text_rusttype"
repository = "https://github.com/not-fl3/miniquad_text_rusttype"
version = "0.1.2"