mirror of
https://github.com/Rust-GPU/rust-gpu.git
synced 2026-06-07 18:19:50 +09:00
18 lines
446 B
TOML
18 lines
446 B
TOML
[package]
|
|
name = "multibuilder"
|
|
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 = ["spirv-builder/use-installed-tools"]
|
|
use-compiled-tools = ["spirv-builder/use-compiled-tools"]
|
|
|
|
[dependencies]
|
|
spirv-builder.workspace = true
|