[package]
edition = "2018"
name = "glyph_brush"
version = "0.4.3"
authors = ["Alex Butler <alexheretic@gmail.com>"]
description = "Fast cached text render library using rusttype"
readme = "README.md"
keywords = ["font", "ttf", "truetype", "text"]
license = "Apache-2.0"
repository = "https://github.com/alexheretic/gfx-glyph"
[dependencies.full_rusttype]
version = "0.7.5"
features = ["gpu_cache"]
package = "rusttype"
[dependencies.glyph_brush_layout]
version = "0.1.5"
[dependencies.hashbrown]
version = "0.3"
[dependencies.log]
version = "0.4.4"
[dependencies.ordered-float]
version = "1"
[dependencies.twox-hash]
version = "1"
[dev-dependencies.env_logger]
version = "0.6"
default-features = false
[dev-dependencies.gl]
version = "0.12"
[dev-dependencies.glutin]
version = "0.21"
[dev-dependencies.lazy_static]
version = "1"
[dev-dependencies.spin_sleep]
version = "0.3"