[[bench]]
harness = false
name = "glyph_brush"
path = "benches/glyph_brush.rs"
[dependencies.glyph_brush_draw_cache]
version = "0.1.1"
[dependencies.glyph_brush_layout]
version = "0.2.3"
[dependencies.ordered-float]
version = "4"
[dependencies.rustc-hash]
version = "2"
[dependencies.twox-hash]
default-features = false
features = ["xxhash64"]
version = "2"
[dev-dependencies.approx]
version = "0.5"
[dev-dependencies.criterion]
version = "0.5"
[dev-dependencies.env_logger]
default-features = false
version = "0.11"
[dev-dependencies.gl]
version = "0.14"
[dev-dependencies.glutin]
version = "0.32"
[dev-dependencies.glutin-winit]
version = "0.5"
[dev-dependencies.raw-window-handle]
version = "0.6"
[dev-dependencies.spin_sleep_util]
version = "0.1"
[dev-dependencies.winit]
version = "0.30"
[[example]]
name = "draw_cache_guts"
path = "examples/draw_cache_guts.rs"
[[example]]
name = "opengl"
path = "examples/opengl.rs"
[lib]
name = "glyph_brush"
path = "src/lib.rs"
[package]
authors = ["Alex Butler <alexheretic@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Fast cached text render library using ab_glyph"
edition = "2021"
keywords = ["font", "ttf", "truetype", "text"]
license = "Apache-2.0"
name = "glyph_brush"
readme = "README.md"
repository = "https://github.com/alexheretic/glyph-brush"
version = "0.7.11"
[target.'cfg(not(target_arch = "wasm32"))'.dependencies.twox-hash]
default-features = false
features = ["random"]
version = "2"