mirror of
https://github.com/italicsjenga/spirv-to-dxil-rs.git
synced 2024-12-24 03:41:30 +11:00
17 lines
318 B
TOML
17 lines
318 B
TOML
[package]
|
|
name = "spirv-to-dxil-sys"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[lib]
|
|
crate-type = ["cdylib"]
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[build-dependencies]
|
|
bindgen = "0.63.0"
|
|
cmake = "0.1"
|
|
|
|
[package.metadata.docs.rs]
|
|
targets = []
|
|
features = ["docsrs"] |