[package]
name = "glyph_brush_draw_cache"
version = "0.1.4"
authors = ["Alex Butler <alexheretic@gmail.com>"]
edition = "2018"
description = "Texture draw cache for ab_glyph"
repository = "https://github.com/alexheretic/glyph-brush"
keywords = ["font", "ttf", "truetype", "gfx", "text"]
license = "Apache-2.0"
readme="README.md"
[dependencies]
ab_glyph = "0.2.2"
linked-hash-map = "0.5"
rustc-hash = "1"
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
crossbeam-deque = "0.8"
crossbeam-channel = "0.5"
rayon = "1.3"
[dev-dependencies]
approx = { version = "0.4", default-features = false }
glyph_brush_layout = { version = "0.2", path = "../layout" }
criterion = "0.3"
once_cell = "1.3"
[[bench]]
name = "draw_cache"
harness = false
[[bench]]
name = "st_vs_mt"
harness = false