Skip to content

Commit e1b9e8c

Browse files
authored
Add test comment in spirv_source.rs
1 parent 79cb0de commit e1b9e8c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

crates/cargo-gpu/src/spirv_source.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
//! We do this by calling `cargo tree` inside the shader's crate to get the defined `spirv-std`
44
//! version. Then with that we `git checkout` the `rust-gpu` repo that corresponds to that version.
55
//! From there we can look at the source code to get the required Rust toolchain.
6+
//!
7+
//! This is just a test.
68
79
/// The canonical `rust-gpu` URI
810
const RUST_GPU_REPO: &str = "https://github.com/Rust-GPU/rust-gpu";

0 commit comments

Comments
 (0)