mirror of
https://github.com/EmbarkStudios/rust-gpu.git
synced 2024-11-21 22:34:34 +00:00
19 lines
608 B
TOML
19 lines
608 B
TOML
[package]
|
|
name = "compiletests"
|
|
version = "0.4.0-alpha.9"
|
|
authors = ["Embark <opensource@embark-studios.com>"]
|
|
edition = "2018"
|
|
license = "MIT OR Apache-2.0"
|
|
publish = false
|
|
|
|
# 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"]
|
|
|
|
[dependencies]
|
|
compiletest = { version = "0.7.0", package = "compiletest_rs" }
|
|
rustc_codegen_spirv = { path = "../crates/rustc_codegen_spirv", default-features = false }
|
|
structopt = "0.3.21"
|