[package]
edition = "2024"
name = "fcft"
version = "0.1.0"
build = false
exclude = ["/fcft-sys"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Bindings to fcft: library for font loading and glyph rasterization"
readme = "README.md"
keywords = [
"fcft",
"font",
"text",
"fontconfig",
"freetype",
]
categories = [
"api-bindings",
"text-processing",
]
license = "ISC"
repository = "https://git.sr.ht/~whynothugo/fcft-rs"
[lib]
name = "fcft"
path = "src/lib.rs"
[[test]]
name = "api"
path = "tests/api.rs"
[dependencies.fcft-sys]
version = "0.1.0"