-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Description
cargo gpu remove --shader-crate ../shader-crate-template
: should remove therustc_codegen_spirv
install of said shader cratecargo gpu remove --all
should competely remove the entire cache dir, which would cleanup old installations by old cargo-gpu versions as well
Open Questions:
remove
orclean
?cargo gpu remove <rust_gpu_version>
We don't have a standardized way to declare a shader crate or a rust-gpu version. This would also be nice to have for installing- Should we prompt the user about uninstalling toolchains as well? Note that two installs can use the same toolchain version. We could check every other install on whether the toolchain is used and prompt the user if noone is using it, which could be made easier by having some metadata file per install with the toolchain cached in it (among other things).
Metadata
Metadata
Assignees
Labels
No labels