spirv-to-dxil-rs/spirv-to-dxil-sys/Cargo.toml

21 lines
402 B
TOML
Raw Normal View History

[package]
name = "spirv-to-dxil-sys"
version = "0.1.0"
edition = "2021"
2023-02-04 17:40:17 +11:00
description = "Raw bindings to spirv-to-dxil"
license = "MIT"
repository = "https://github.com/SnowflakePowered/spirv-to-dxil-rs"
keywords = ["SPIR-V", "DXIL"]
[lib]
[build-dependencies]
bindgen = "0.63.0"
cmake = "0.1"
2023-02-04 18:32:40 +11:00
[features]
included-bindings = []
[package.metadata.docs.rs]
targets = []
2023-02-04 18:32:40 +11:00
features = ["included-bindings"]