mirror of
https://github.com/wassname/greater_tables_project.git
synced 2026-06-27 17:30:44 +08:00
18 lines
291 B
TOML
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"
|