12345678910111213141516 |
- [package]
- name = "schrift-rs"
- version = "0.1.0"
- edition = "2021"
- authors = ["Kestrel <kestrel@flying-kestrel.ca>"]
- repository = "https://git.flying-kestrel.ca/kestrel/schrift-rs"
- description = "Rust wrapper around the libschrift TrueType rendering library."
- license = "ISC"
- keywords = ["truetype", "font", "font-rendering", "text"]
- categories = ["api-bindings", "rendering"]
- [build-dependencies]
- cc = "1.0"
- bindgen = "0.69"
|