fix examples link (#3875)

This commit is contained in:
Jem Bishop 2023-06-19 02:54:09 +01:00 committed by GitHub
parent 2ee2e1a770
commit 597394cfe9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -57,7 +57,7 @@ files, producing 1.63-compatible files.
### Rust
Rust examples can be found at `wgpu/examples`. You can run the examples with `cargo run --bin name`. See the [list of examples](wgpu/examples). For detailed instructions, look at [Running the examples](https://github.com/gfx-rs/wgpu/wiki/Running-the-examples) on the wiki.
Rust examples can be found at `wgpu/examples`. You can run the examples with `cargo run --bin name`. See the [list of examples](examples). For detailed instructions, look at [Running the examples](https://github.com/gfx-rs/wgpu/wiki/Running-the-examples) on the wiki.
If you are looking for a wgpu tutorial, look at the following: