mirror of
https://github.com/EmbarkStudios/rust-gpu.git
synced 2024-11-22 06:45:13 +00:00
17 lines
502 B
TOML
17 lines
502 B
TOML
[package]
|
|
name = "multibuilder"
|
|
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 = ["spirv-builder/use-installed-tools"]
|
|
use-compiled-tools = ["spirv-builder/use-compiled-tools"]
|
|
|
|
[dependencies]
|
|
spirv-builder = { path = "../../crates/spirv-builder", default-features = false }
|