File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ Command line tool for building Rust shaders using rust-gpu.
99To install the tool ensure you have ` rustup ` . Then run:
1010
1111```
12- cargo install --git https://github.com/rust-gpu/cargo-gpu
12+ cargo install --git https://github.com/rust-gpu/cargo-gpu cargo-gpu
1313```
1414
1515After that you can use ` cargo gpu ` to compile your shader crates with:
@@ -25,13 +25,13 @@ Use `cargo gpu help` to see other options :)
2525
2626### Next Steps
2727
28- You can try this out using the example repo at < https://github.com/rust-GPU/shader-crate-template > .
29- Keep in mind < https://github.com/rust-GPU/shader-crate-template > is _ not_ yet a cargo generate template,
28+ You can try this out using the example repo at < https://github.com/rust-GPU/cargo-gpu/crates/ shader-crate-template > .
29+ Keep in mind < https://github.com/rust-GPU/cargo-gpu/crates/ shader-crate-template > is _ not_ yet a cargo generate template,
3030it's just a normal repo.
3131
3232```
33- git clone https://github.com/rust-GPU/shader-crate-template
34- cd shader-crate-template
33+ git clone https://github.com/rust-GPU/cargo-gpu
34+ cd cargo-gpu/crates/ shader-crate-template
3535cargo gpu build
3636```
3737
You can’t perform that action at this time.
0 commit comments