mirror of
https://github.com/EmbarkStudios/rust-gpu.git
synced 2024-11-26 00:34:12 +00:00
16 lines
449 B
TOML
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" }
|