glyph_brush 0.2.4

Fast cached text render library using rusttype
Documentation
[dependencies.full_rusttype]
features = ["gpu_cache"]
package = "rusttype"
version = "0.7"

[dependencies.glyph_brush_layout]
version = "0.1.1"

[dependencies.hashbrown]
version = "0.1"

[dependencies.log]
version = "0.4"

[dependencies.ordered-float]
version = "1"

[dependencies.seahash]
version = "3"
[dev-dependencies.env_logger]
default-features = false
version = "0.6"

[dev-dependencies.gl]
version = "0.11"

[dev-dependencies.glutin]
version = "0.19"

[dev-dependencies.lazy_static]
version = "1"

[dev-dependencies.spin_sleep]
version = "0.3"

[package]
authors = ["Alex Butler <alexheretic@gmail.com>"]
description = "Fast cached text render library using rusttype"
edition = "2018"
keywords = ["font", "ttf", "truetype", "text"]
license = "Apache-2.0"
name = "glyph_brush"
readme = "README.md"
repository = "https://github.com/alexheretic/gfx-glyph"
version = "0.2.4"