titanf 2.3.2

Fast, safe, no_std font rasterizer written in pure Rust
Documentation
[dev-dependencies.ab_glyph]
version = "0.2.32"

[dev-dependencies.criterion]
features = ["html_reports"]
version = "0.7.0"

[dev-dependencies.fontdue]
version = "0.9.3"

[dev-dependencies.minifb]
version = "0.25.0"

[dev-dependencies.rusttype]
version = "0.9.3"

[[example]]
name = "simple"
path = "examples/simple.rs"

[features]
default = []
std = []

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

[package]
authors = ["Hoteira <hoteira@proton.me>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["graphics", "rendering", "no-std"]
description = "Fast, safe, no_std font rasterizer written in pure Rust"
documentation = "https://docs.rs/titanf"
edition = "2024"
exclude = ["img/*", "benches/*", ".github/*", "target/*", "*.ttf"]
homepage = "https://github.com/Hoteira/titanf"
keywords = ["font", "rasterizer", "truetype", "rendering", "text"]
license = "MIT"
name = "titanf"
readme = "README.md"
repository = "https://github.com/Hoteira/titan-f"
version = "2.3.2"