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 79cb0de commit e1b9e8cCopy full SHA for e1b9e8c
crates/cargo-gpu/src/spirv_source.rs
@@ -3,6 +3,8 @@
3
//! We do this by calling `cargo tree` inside the shader's crate to get the defined `spirv-std`
4
//! version. Then with that we `git checkout` the `rust-gpu` repo that corresponds to that version.
5
//! From there we can look at the source code to get the required Rust toolchain.
6
+//!
7
+//! This is just a test.
8
9
/// The canonical `rust-gpu` URI
10
const RUST_GPU_REPO: &str = "https://github.com/Rust-GPU/rust-gpu";
0 commit comments