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