mirror of
https://github.com/italicsjenga/spirv-to-dxil-rs.git
synced 2024-12-23 19:41:29 +11:00
15 lines
320 B
TOML
15 lines
320 B
TOML
[package]
|
|
name = "spirv-to-dxil"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[lib]
|
|
|
|
[dependencies]
|
|
spirv-to-dxil-sys = { version = "0.1.0", path = "../spirv-to-dxil-sys" }
|
|
bitflags = "1.3.2"
|
|
|
|
[dev-dependencies]
|
|
bytemuck = "1.13.0" |