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.
cargo gpu new
1 parent cfe586a commit 40057c7Copy full SHA for 40057c7
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