glyph_brush 0.7.7

Fast cached text render library using ab_glyph
Documentation
[[bench]]
harness = false
name = "glyph_brush"
[dependencies.glyph_brush_draw_cache]
version = "0.1.1"

[dependencies.glyph_brush_layout]
version = "0.2.3"

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

[dependencies.rustc-hash]
version = "1"

[dependencies.twox-hash]
default-features = false
version = "1.6.1"
[dev-dependencies.approx]
version = "0.5"

[dev-dependencies.criterion]
version = "0.4"

[dev-dependencies.env_logger]
default-features = false
version = "0.10"

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

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

[dev-dependencies.glutin-winit]
version = "0.3"

[dev-dependencies.once_cell]
version = "1.3"

[dev-dependencies.raw-window-handle]
version = "0.5"

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

[dev-dependencies.winit]
version = "0.28"

[package]
authors = ["Alex Butler <alexheretic@gmail.com>"]
description = "Fast cached text render library using ab_glyph"
edition = "2018"
keywords = ["font", "ttf", "truetype", "text"]
license = "Apache-2.0"
name = "glyph_brush"
readme = "README.md"
repository = "https://github.com/alexheretic/glyph-brush"
resolver = "2"
version = "0.7.7"
[target."cfg(not(target_arch = \"wasm32\"))".dependencies.twox-hash]
features = ["std"]
version = "1.6.1"