rust-gpu/Cargo.toml
Jasper Bekkers 9697c22740
Linker perf (#33)
* Improve linker performance - this should loop over data significantly less

* Remove Rc and RefCell because they weren't needed in the end

* Moved some code into a DefUseAnalyer

* Point to same rspirv

* Link to rspirv git instead of locally
2020-09-17 10:55:44 +02:00

9 lines
217 B
TOML

[workspace]
members = [
"rspirv-linker",
"rustc_codegen_spirv",
"spirv-std",
]
[patch.crates-io]
rspirv = { git = "https://github.com/gfx-rs/rspirv.git", rev = "1addc7d33ae1460ffa683e2e6311e466ac876c23" }