spirv-builder should declare dependencies on Cargo.toml files. #404
Labels
s: needs update
This issue needs a follow up or investigation whether it still applies.
t: enhancement
A new feature or improvement to an existing one.
For #403 I changed the workspace
Cargo.toml
, but that didn't result in a rebuild ofsky-shader
, whereas something like this does cause a rebuild (ofexample-runner-wgpu
, in this example):So I think we need
spirv-builder
to get the workspaceCargo.toml
(andCargo.lock
, I suppose) paths fromCargo
somehow, and also list those out as "rebuild if changed".The text was updated successfully, but these errors were encountered: