2021-03-18 17:16:21 +00:00
|
|
|
[package]
|
|
|
|
name = "compiletests"
|
2021-08-12 10:46:32 +00:00
|
|
|
version = "0.4.0-alpha.12"
|
2021-03-18 17:16:21 +00:00
|
|
|
authors = ["Embark <opensource@embark-studios.com>"]
|
|
|
|
edition = "2018"
|
|
|
|
license = "MIT OR Apache-2.0"
|
|
|
|
publish = false
|
|
|
|
|
2021-03-29 01:29:49 +00:00
|
|
|
# See rustc_codegen_spirv/Cargo.toml for details on these features
|
|
|
|
[features]
|
|
|
|
default = ["use-compiled-tools"]
|
|
|
|
use-installed-tools = ["rustc_codegen_spirv/use-installed-tools"]
|
|
|
|
use-compiled-tools = ["rustc_codegen_spirv/use-compiled-tools"]
|
|
|
|
|
2021-03-18 17:16:21 +00:00
|
|
|
[dependencies]
|
2021-05-20 08:14:23 +00:00
|
|
|
compiletest = { version = "0.7.0", package = "compiletest_rs" }
|
2021-03-29 01:29:49 +00:00
|
|
|
rustc_codegen_spirv = { path = "../crates/rustc_codegen_spirv", default-features = false }
|
2021-03-22 15:18:09 +00:00
|
|
|
structopt = "0.3.21"
|