glyph_brush_draw_cache 0.1.6

Texture draw cache for ab_glyph
Documentation
[[bench]]
harness = false
name = "draw_cache"

[[bench]]
harness = false
name = "st_vs_mt"
[dependencies.ab_glyph]
version = "0.2.2"

[dependencies.linked-hash-map]
version = "0.5.4"

[dependencies.rustc-hash]
version = "2"
[dev-dependencies.approx]
version = "0.5"

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

[dev-dependencies.glyph_brush_layout]
version = "0.2"

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

[package]
authors = ["Alex Butler <alexheretic@gmail.com>"]
description = "Texture draw cache for ab_glyph"
edition = "2021"
keywords = ["font", "ttf", "truetype", "gfx", "text"]
license = "Apache-2.0"
name = "glyph_brush_draw_cache"
readme = "README.md"
repository = "https://github.com/alexheretic/glyph-brush"
version = "0.1.6"
[target."cfg(not(target_arch = \"wasm32\"))".dependencies.crossbeam-channel]
version = "0.5"

[target."cfg(not(target_arch = \"wasm32\"))".dependencies.crossbeam-deque]
version = "0.8"

[target."cfg(not(target_arch = \"wasm32\"))".dependencies.rayon]
version = "1.3"