openstellaris/triangle-sys/Cargo.toml
2023-12-25 20:40:37 -05:00

14 lines
308 B
TOML

[package]
name = "triangle-sys"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
libc = "0.2.151"
[build-dependencies]
bindgen = "0.69.1"
cc = { version = "1.0", features = ["parallel"] }
pkg-config = "0.3"