We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents eb8ba49 + 5be7e32 commit 842b931Copy full SHA for 842b931
info/getting_started.md
@@ -26,7 +26,7 @@ To run an example, simply use `cargo run` and specify the backend with `--featur
26
27
```bash
28
git clone https://github.com/gfx-rs/gfx
29
-cd gfx/examples/hal
+cd gfx/examples
30
cargo run --bin quad --features vulkan
31
cargo run --bin compute --features dx12 1 2 3 4
32
```
0 commit comments