Cargo.toml 523 B

12345678910111213141516
  1. [package]
  2. name = "schrift-rs"
  3. version = "0.1.0"
  4. edition = "2021"
  5. authors = ["Kestrel <kestrel@flying-kestrel.ca>"]
  6. repository = "https://git.flying-kestrel.ca/kestrel/schrift-rs"
  7. description = "Rust wrapper around the libschrift TrueType rendering library."
  8. license = "ISC"
  9. keywords = ["truetype", "font", "font-rendering", "text"]
  10. categories = ["api-bindings", "rendering"]
  11. # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
  12. [build-dependencies]
  13. cc = "1.0"
  14. bindgen = "0.69"