2021-03-18 17:16:21 +00:00
|
|
|
[package]
|
|
|
|
name = "compiletests"
|
2022-08-12 10:38:45 +00:00
|
|
|
version = "0.0.0"
|
2021-03-18 17:16:21 +00:00
|
|
|
publish = false
|
2022-11-22 14:28:53 +00:00
|
|
|
authors.workspace = true
|
|
|
|
edition.workspace = true
|
|
|
|
license.workspace = true
|
|
|
|
repository.workspace = true
|
2021-03-18 17:16:21 +00:00
|
|
|
|
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]
|
2022-11-22 15:26:28 +00:00
|
|
|
compiletest = { version = "0.9.0", package = "compiletest_rs" }
|
2022-11-22 15:18:03 +00:00
|
|
|
rustc_codegen_spirv.workspace = true
|
2021-03-22 15:18:09 +00:00
|
|
|
structopt = "0.3.21"
|