pixglyph 0.5.1

Font-rendering with subpixel positioning.
Documentation
[[bench]]
harness = false
name = "oneshot"
path = "benches/oneshot.rs"

[dependencies.ttf-parser]
version = "0.24"

[dev-dependencies]

[lib]
name = "pixglyph"
path = "src/lib.rs"

[package]
authors = ["Laurenz <laurmaedje@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["rendering"]
description = "Font-rendering with subpixel positioning."
edition = "2021"
exclude = ["fonts/*"]
keywords = ["rendering", "font"]
license = "Apache-2.0"
name = "pixglyph"
readme = "README.md"
repository = "https://github.com/typst/pixglyph"
version = "0.5.1"

[[test]]
name = "raster"
path = "tests/raster.rs"