mirror of
https://github.com/EmbarkStudios/rust-gpu.git
synced 2024-11-22 14:56:27 +00:00
9697c22740
* 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
9 lines
217 B
TOML
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" } |