spirv-to-dxil-rs/spirv-to-dxil-sys/Cargo.toml
chyyran 92388514cf sys: get sys to link properly and clean up CMake file
flex and bison aren't actually needed if we don't use opengl
2023-02-03 03:14:11 -05:00

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"]