Skip to content
This repository was archived by the owner on Apr 15, 2026. It is now read-only.

Commit 186d5d8

Browse files
committed
readme: revert when cargo gpu new is done
1 parent 3ce1ecf commit 186d5d8

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ cargo gpu clippy
2626

2727
To create an example project from our [templates](https://github.com/Rust-GPU/rust-gpu-template), use the command below:
2828
```
29-
cargo gpu new
29+
cargo install cargo-generate
30+
cargo generate --git https://github.com/Rust-GPU/rust-gpu-template
3031
# choose any template you want, then select cargo-gpu cmdline integration
3132
# you may have to adjust the crate name
3233
cargo gpu build -p mygraphics-shaders

0 commit comments

Comments
 (0)