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