spirv-to-dxil-rs/spirv-to-dxil/Cargo.toml

25 lines
553 B
TOML
Raw Normal View History

[package]
name = "spirv-to-dxil"
2023-02-05 11:27:41 +11:00
version = "0.2.3"
edition = "2021"
2023-02-04 17:40:17 +11:00
description = "Rust 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"
[lib]
[dependencies]
2023-02-05 09:11:00 +11:00
spirv-to-dxil-sys = { version = "0.2.0", path = "../spirv-to-dxil-sys" }
bitflags = "1.3.2"
2023-02-05 10:39:22 +11:00
[features]
included-bindings = ["spirv-to-dxil-sys/included-bindings"]
[dev-dependencies]
2023-02-04 19:08:41 +11:00
bytemuck = "1.13.0"
2023-02-05 10:39:22 +11:00
[package.metadata.docs.rs]
targets = []
features = ["included-bindings"]