We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Default
InstalledBackend
1 parent 39b238f commit 61d16f9Copy full SHA for 61d16f9
crates/cargo-gpu/src/install.rs
@@ -10,7 +10,7 @@ use spirv_builder::SpirvBuilder;
10
use std::path::{Path, PathBuf};
11
12
/// Represents a functional backend installation, whether it was cached or just installed.
13
-#[derive(Clone, Debug)]
+#[derive(Clone, Debug, Default)]
14
#[non_exhaustive]
15
pub struct InstalledBackend {
16
/// path to the `rustc_codegen_spirv` dylib
0 commit comments