[package]
edition = "2021"
name = "glyph_brush_layout"
version = "0.2.4"
authors = ["Alex Butler <alexheretic@gmail.com>"]
description = "Text layout for ab_glyph"
readme = "README.md"
keywords = [
"layout",
"text",
]
license = "Apache-2.0"
repository = "https://github.com/alexheretic/glyph-brush"
[dependencies.ab_glyph]
version = "0.2.1"
[dependencies.approx]
version = "0.5"
[dependencies.xi-unicode]
version = "0.3"
[dev-dependencies.once_cell]
version = "1"
[dev-dependencies.ordered-float]
version = "4"