[package]
edition = "2024"
name = "fcft-sys"
version = "0.1.0"
build = "build.rs"
links = "fcft"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Raw bindings to fcft: font loading and glyph rasterisation library"
readme = "README.md"
keywords = [
"fcft",
"font",
"text",
"fontconfig",
"freetype",
]
categories = ["external-ffi-bindings"]
license = "ISC"
repository = "https://git.sr.ht/~whynothugo/fcft-sys"
[lib]
name = "fcft_sys"
path = "src/lib.rs"
[[test]]
name = "test"
path = "tests/test.rs"
[build-dependencies.bindgen]
version = "0.72"
[build-dependencies.pkg-config]
version = "0.3"