[package] name = "schrift-rs" version = "0.1.0" edition = "2021" authors = ["Kestrel "] 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"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [build-dependencies] cc = "1.0" bindgen = "0.69"