fcft 0.1.0

Bindings to fcft: library for font loading and glyph rasterization
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "fcft"
version = "0.1.0"
edition = "2024"
description = "Bindings to fcft: library for font loading and glyph rasterization"
license = "ISC"
repository = "https://git.sr.ht/~whynothugo/fcft-rs"
categories = ["api-bindings", "text-processing"]
keywords = ["fcft", "font", "text", "fontconfig", "freetype"]
# Submodule is its own package; releases depend on the published one.
exclude = ["/fcft-sys"]

[dependencies]
# `cargo publish` strips path and uses published versions.
fcft-sys = { version = "0.1.0", path = "fcft-sys" }