Files
greater_tables_project/Cargo.toml
T
2025-06-26 12:05:38 +01:00

18 lines
291 B
TOML

[package]
name = "gtfont"
version = "0.1.0"
edition = "2021"
[lib]
crate-type = ["cdylib"]
[dependencies]
pyo3 = { version = "0.21", features = ["extension-module", "abi3-py38"] }
fontdue = "0.8"
[package.metadata.maturin]
name = "gtfont"
[env]
PYO3_USE_ABI3_FORWARD_COMPATIBILITY = "1"