2023-02-03 15:38:23 +11:00
|
|
|
[package]
|
|
|
|
name = "spirv-to-dxil-sys"
|
2023-02-05 10:13:02 +11:00
|
|
|
version = "0.2.2"
|
2023-02-03 15:38:23 +11:00
|
|
|
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"]
|
2023-02-05 09:29:40 +11:00
|
|
|
readme = "../README.md"
|
2023-02-03 15:38:23 +11:00
|
|
|
|
|
|
|
[lib]
|
|
|
|
|
|
|
|
[build-dependencies]
|
|
|
|
bindgen = "0.63.0"
|
|
|
|
cmake = "0.1"
|
|
|
|
|
2023-02-04 18:32:40 +11:00
|
|
|
[features]
|
|
|
|
included-bindings = []
|
|
|
|
|
2023-02-03 15:38:23 +11:00
|
|
|
[package.metadata.docs.rs]
|
|
|
|
targets = []
|
2023-02-04 19:08:41 +11:00
|
|
|
features = ["included-bindings"]
|