mirror of
https://github.com/EmbarkStudios/rust-gpu.git
synced 2024-11-22 06:45:13 +00:00
0710f9d4b5
* Include example-shader in the workspace * Fix clippy warnings * Fix up tests and clippy warnings * Change clamp_ to saturate Co-authored-by: Jasper Bekkers <bekkers@gmail.com>
12 lines
280 B
TOML
12 lines
280 B
TOML
[workspace]
|
|
members = [
|
|
"examples/example-runner",
|
|
"examples/example-shader",
|
|
"rustc_codegen_spirv",
|
|
"spirv-builder",
|
|
"spirv-std",
|
|
]
|
|
|
|
[patch.crates-io]
|
|
rspirv = { git = "https://github.com/gfx-rs/rspirv.git", rev = "f11f8797bd4df2d1d22cf10767b39a5119c57551" }
|