[package]
edition = "2024"
name = "bitmap2ttf"
version = "0.1.1"
authors = ["Michael Lohr <michael@lohr.dev>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Convert bitmap font glyphs into TrueType (.ttf) vector fonts"
homepage = "https://github.com/michidk/bitmap2ttf"
documentation = "https://github.com/michidk/bitmap2ttf"
readme = "README.md"
keywords = [
"bitmap",
"font",
"ttf",
"truetype",
"pixel-font",
]
categories = [
"graphics",
"command-line-utilities",
]
license = "MIT"
repository = "https://github.com/michidk/bitmap2ttf"
resolver = "2"
[lib]
name = "bitmap2ttf"
path = "src/lib.rs"
[dependencies.kurbo]
version = "0.11"
[dependencies.thiserror]
version = "2.0.18"
[dependencies.write-fonts]
version = "0.39"
[dev-dependencies.ttf-parser]
version = "0.24"