mirror of
https://github.com/italicsjenga/spirv-to-dxil-rs.git
synced 2024-12-23 19:41:29 +11:00
92388514cf
flex and bison aren't actually needed if we don't use opengl
16 lines
221 B
TOML
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"] |