14 lines
266 B
TOML
14 lines
266 B
TOML
|
[package]
|
||
|
name = "librashader-build-script"
|
||
|
version = "0.1.0"
|
||
|
edition = "2021"
|
||
|
publish = false
|
||
|
|
||
|
|
||
|
[dependencies]
|
||
|
cbindgen = { git = "https://github.com/eqrion/cbindgen" }
|
||
|
clap = { version = "4.1.0", features = ["derive"] }
|
||
|
|
||
|
|
||
|
[package.metadata.release]
|
||
|
release = false
|