Skip to content

Commit 5bc8547

Browse files
committed
update rust-gpu to latest nightly of PR #545
Rust-GPU/rust-gpu#545
1 parent f1753cd commit 5bc8547

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ keywords = ["gpu", "compiler", "rust-gpu"]
2424
license = "MIT OR Apache-2.0"
2525

2626
[workspace.dependencies]
27-
spirv-builder = { git = "https://github.com/Rust-GPU/rust-gpu", rev = "6a67e7b5954f37989ad540a555b5d6969073592e", default-features = false }
27+
spirv-builder = { git = "https://github.com/Rust-GPU/rust-gpu", rev = "877bd8697a15f3e6d09446a5e1807e6237ca1dac", default-features = false }
2828
cargo-gpu-install = { path = "./crates/cargo-gpu-install" }
2929
anyhow = "1.0.98"
3030
clap = { version = "4.5.41", features = ["derive"] }

crates/cargo-gpu-install/src/spirv_source.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ mod test {
276276
expect![[r#"
277277
Git {
278278
url: "https://github.com/Rust-GPU/rust-gpu",
279-
rev: "6a67e7b5954f37989ad540a555b5d6969073592e",
279+
rev: "877bd8697a15f3e6d09446a5e1807e6237ca1dac",
280280
}"#]]
281281
.assert_eq(&format!("{source:#?}"));
282282
}
@@ -293,7 +293,7 @@ mod test {
293293
.to_str()
294294
.map(std::string::ToString::to_string)
295295
.unwrap();
296-
expect!["https___github_com_Rust-GPU_rust-gpu+6a67e7b5"].assert_eq(&name);
296+
expect!["https___github_com_Rust-GPU_rust-gpu+877bd869"].assert_eq(&name);
297297
}
298298

299299
#[test_log::test]

crates/shader-crate-template/Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/shader-crate-template/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ unexpected_cfgs = { level = "allow", check-cfg = ['cfg(target_arch, values("spir
1212
# Dependencies for CPU and GPU code
1313
[dependencies]
1414
# TODO: use a simple crate version once v0.10.0 is released
15-
spirv-std = { git = "https://github.com/Rust-GPU/rust-gpu", rev = "6a67e7b5954f37989ad540a555b5d6969073592e" }
15+
spirv-std = { git = "https://github.com/Rust-GPU/rust-gpu", rev = "877bd8697a15f3e6d09446a5e1807e6237ca1dac" }
1616
glam = { version = "0.30.8", default-features = false }
1717

1818
[package.metadata.rust-gpu.build]

0 commit comments

Comments
 (0)