mirror of
https://github.com/EmbarkStudios/rust-gpu.git
synced 2024-11-22 14:56:27 +00:00
f09a5f6e65
compiletests@0.4.0-alpha.3 compiletests-deps-helper@0.4.0-alpha.3 compute-shader@0.4.0-alpha.3 example-runner-ash@0.4.0-alpha.3 example-runner-cpu@0.4.0-alpha.3 example-runner-wgpu@0.4.0-alpha.3 mouse-shader@0.4.0-alpha.3 multibuilder@0.4.0-alpha.3 rustc_codegen_spirv@0.4.0-alpha.3 shared@0.4.0-alpha.3 simplest-shader@0.4.0-alpha.3 sky-shader@0.4.0-alpha.3 spirv-builder@0.4.0-alpha.3 spirv-std@0.4.0-alpha.3 spirv-std-macros@0.4.0-alpha.3 Generated by cargo-workspaces
25 lines
731 B
TOML
25 lines
731 B
TOML
[package]
|
|
name = "spirv-builder"
|
|
version = "0.4.0-alpha.3"
|
|
authors = ["Embark <opensource@embark-studios.com>"]
|
|
edition = "2018"
|
|
license = "MIT OR Apache-2.0"
|
|
|
|
# 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]
|
|
memchr = "2.3"
|
|
raw-string = "0.3.5"
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
serde_json = "1.0"
|
|
# See comment in lib.rs invoke_rustc for why this is here
|
|
rustc_codegen_spirv = { path = "../rustc_codegen_spirv", default-features = false }
|
|
|
|
[dev-dependencies]
|
|
lazy_static = "1.4"
|
|
pretty_assertions = "0.7"
|