mirror of
https://github.com/EmbarkStudios/rust-gpu.git
synced 2024-11-21 22:34:34 +00:00
20 lines
549 B
TOML
20 lines
549 B
TOML
[package]
|
|
name = "compiletests"
|
|
version = "0.0.0"
|
|
publish = false
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
repository.workspace = true
|
|
|
|
# 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.9.0", package = "compiletest_rs" }
|
|
rustc_codegen_spirv.workspace = true
|
|
structopt = "0.3.21"
|