mirror of
https://github.com/EmbarkStudios/rust-gpu.git
synced 2024-11-22 23:05:32 +00:00
13 lines
332 B
TOML
13 lines
332 B
TOML
[package]
|
|
name = "compiletests"
|
|
version = "0.0.0"
|
|
authors = ["Embark <opensource@embark-studios.com>"]
|
|
edition = "2018"
|
|
license = "MIT OR Apache-2.0"
|
|
publish = false
|
|
|
|
[dependencies]
|
|
compiletest = { version = "0.6.0", package = "compiletest_rs" }
|
|
rustc_codegen_spirv = { path = "../crates/rustc_codegen_spirv" }
|
|
structopt = "0.3.21"
|