slang-rs/slang-sys/Cargo.toml

11 lines
163 B
TOML
Raw Permalink Normal View History

2024-03-02 04:51:46 -05:00
[package]
name = "slang-sys"
version = "0.1.0"
edition = "2021"
license = "MIT OR Apache-2.0"
publish = false
[build-dependencies]
2024-12-30 17:51:10 -05:00
bindgen = "0.71"
cmake = "0.1"