text_layout 0.3.0

Text layout algorithms.
Documentation
[dependencies.bumpalo]
version = "3.14.0"

[dependencies.fixed]
version = "1.24.0"

[dependencies.libm]
optional = true
version = "0.2.8"

[features]
default = ["std"]
libm = ["dep:libm"]
std = []

[package]
authors = ["Pat Gavlin <pgavlin@gmail.com>"]
categories = ["graphics", "text-processing", "no-std"]
description = "Text layout algorithms."
edition = "2021"
homepage = "https://github.com/pgavlin/text-layout"
keywords = ["text", "layout"]
license = "Apache-2.0"
name = "text_layout"
readme = "README.md"
repository = "https://github.com/pgavlin/text-layout"
version = "0.3.0"