mirror of
https://github.com/italicsjenga/spirv-to-dxil-rs.git
synced 2024-12-24 03:41:30 +11:00
25 lines
553 B
TOML
25 lines
553 B
TOML
[package]
|
|
name = "spirv-to-dxil"
|
|
version = "0.2.4"
|
|
edition = "2021"
|
|
description = "Rust bindings to spirv-to-dxil"
|
|
license = "MIT"
|
|
repository = "https://github.com/SnowflakePowered/spirv-to-dxil-rs"
|
|
keywords = ["SPIR-V", "DXIL"]
|
|
readme = "../README.md"
|
|
[lib]
|
|
|
|
[dependencies]
|
|
spirv-to-dxil-sys = { version = "0.2.0", path = "../spirv-to-dxil-sys" }
|
|
bitflags = "1.3.2"
|
|
|
|
[features]
|
|
included-bindings = ["spirv-to-dxil-sys/included-bindings"]
|
|
|
|
[dev-dependencies]
|
|
bytemuck = "1.13.0"
|
|
|
|
[package.metadata.docs.rs]
|
|
targets = []
|
|
features = ["included-bindings"]
|