mirror of
https://github.com/italicsjenga/spirv-to-dxil-rs.git
synced 2025-01-11 12:01:31 +11:00
16 lines
221 B
TOML
16 lines
221 B
TOML
|
[package]
|
||
|
name = "spirv-to-dxil-sys"
|
||
|
version = "0.1.0"
|
||
|
edition = "2021"
|
||
|
|
||
|
[lib]
|
||
|
crate-type = ["cdylib"]
|
||
|
|
||
|
|
||
|
[build-dependencies]
|
||
|
bindgen = "0.63.0"
|
||
|
cmake = "0.1"
|
||
|
|
||
|
[package.metadata.docs.rs]
|
||
|
targets = []
|
||
|
features = ["docsrs"]
|