rust-gpu/spirv-builder/Cargo.toml
2020-10-10 12:25:05 +02:00

16 lines
449 B
TOML

[package]
name = "spirv-builder"
version = "0.1.0"
authors = ["khyperia <github@khyperia.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
memchr = "2.3"
raw-string = "0.3.5"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
# See comment in lib.rs invoke_rustc for why this is here
rustc_codegen_spirv = { path = "../rustc_codegen_spirv" }