Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
schell authored Nov 10, 2024
1 parent 1398e30 commit 42171f1
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,12 @@ Use `cargo gpu help` to see other options :)

### Next Steps

TODO(schell) - finish up the cargo-generate template repo and explain it here.
You can try this out using the example repo at <https://github.com/rust-GPU/shader-crate-template>.
Keep in mind <https://github.com/rust-GPU/shader-crate-template> is _not_ yet a cargo generate template,
it's just a normal repo.

```
git clone https://github.com/rust-GPU/shader-crate-template
cd shader-crate-template
cargo gpu build
```

0 comments on commit 42171f1

Please sign in to comment.