We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
cargo gpu new
1 parent b41f50f commit 2d36589Copy full SHA for 2d36589
1 file changed
README.md
@@ -26,7 +26,8 @@ cargo gpu clippy
26
27
To create an example project from our [templates](https://github.com/Rust-GPU/rust-gpu-template), use the command below:
28
```
29
-cargo gpu new
+cargo install cargo-generate
30
+cargo generate --git https://github.com/Rust-GPU/rust-gpu-template
31
# choose any template you want, then select cargo-gpu cmdline integration
32
# you may have to adjust the crate name
33
cargo gpu build -p mygraphics-shaders
0 commit comments