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.
9
9
To install the tool ensure you have ` rustup ` . Then run:
10
10
11
11
```
12
- cargo install --git https://github.com/rust-gpu/cargo-gpu
12
+ cargo install --git https://github.com/rust-gpu/cargo-gpu cargo-gpu
13
13
```
14
14
15
15
After that you can use ` cargo gpu ` to compile your shader crates with:
@@ -25,13 +25,13 @@ Use `cargo gpu help` to see other options :)
25
25
26
26
### Next Steps
27
27
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,
30
30
it's just a normal repo.
31
31
32
32
```
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
35
35
cargo gpu build
36
36
```
37
37
You can’t perform that action at this time.
0 commit comments