You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// The cargo command to run, formatted like `cargo {cargo_cmd} ...`. Defaults to `build`.
407
+
#[cfg_attr(feature = "clap", clap(skip))]
408
+
pubcargo_cmd:Option<String>,
405
409
/// Whether to print build.rs cargo metadata (e.g. cargo:rustc-env=var=val). Defaults to [`MetadataPrintout::None`].
406
410
/// Within build scripts, set it to [`MetadataPrintout::DependencyOnly`] or [`MetadataPrintout::Full`] to ensure the build script is rerun on code changes.
407
411
#[cfg_attr(feature = "clap", clap(skip))]
@@ -497,6 +501,7 @@ impl Default for SpirvBuilder {
0 commit comments