rust-gpu/Cargo.toml
Ashley Hauck 0710f9d4b5
Include example-shader in the workspace (#87)
* 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>
2020-10-22 12:30:17 +02:00

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" }