mirror of
https://github.com/italicsjenga/spirv-to-dxil-rs.git
synced 2024-12-24 03:41:30 +11:00
22 lines
410 B
TOML
22 lines
410 B
TOML
[package]
|
|
name = "spirv-to-dxil-sys"
|
|
version = "0.1.1-beta.2"
|
|
edition = "2021"
|
|
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"
|
|
|
|
[features]
|
|
included-bindings = []
|
|
|
|
[package.metadata.docs.rs]
|
|
targets = []
|
|
features = ["included-bindings"]
|