[dependencies.libm]
optional = true
version = "0.2.1"
[dev-dependencies]
[features]
default = ["std"]
std = []
[lib]
name = "ab_glyph_rasterizer"
path = "src/lib.rs"
[package]
authors = ["Alex Butler <alexheretic@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Coverage rasterization for lines, quadratic & cubic beziers"
edition = "2021"
keywords = ["text", "ttf", "otf", "font"]
license = "Apache-2.0"
name = "ab_glyph_rasterizer"
readme = "README.md"
repository = "https://github.com/alexheretic/ab-glyph"
version = "0.1.10"
[[test]]
name = "issues"
path = "tests/issues.rs"