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.
1 parent a1b0aca commit 08a47d4Copy full SHA for 08a47d4
crates/cargo-gpu/src/install.rs
@@ -12,6 +12,10 @@ const SPIRV_BUILDER_FILES: &[(&str, &str)] = &[
12
"Cargo.toml",
13
include_str!("../../spirv-builder-cli/Cargo.toml"),
14
),
15
+ (
16
+ "Cargo.lock",
17
+ include_str!("../../spirv-builder-cli/Cargo.lock"),
18
+ ),
19
(
20
"src/main.rs",
21
include_str!("../../spirv-builder-cli/src/main.rs"),
0 commit comments