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.
2 parents a1b0aca + 08a47d4 commit f3d13dcCopy full SHA for f3d13dc
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