mirror of
https://github.com/gfx-rs/wgpu.git
synced 2025-12-08 21:26:17 +00:00
Fix examples links in README (#7164)
This commit is contained in:
parent
2f255edc60
commit
67ed556f32
2
.github/pull_request_template.md
vendored
2
.github/pull_request_template.md
vendored
@ -11,7 +11,7 @@ _Explain how this change is tested._
|
||||
Thanks for filing! The codeowners file will automatically request reviews from the appropriate teams.
|
||||
|
||||
After you get a review and have addressed any comments, please explicitly re-request a review from the
|
||||
person(s) who reviewed your changes. This will make sure it gets re-added to their review queue - you're no bothering us!
|
||||
person(s) who reviewed your changes. This will make sure it gets re-added to their review queue - you're not bothering us!
|
||||
-->
|
||||
|
||||
**Checklist**
|
||||
|
||||
@ -42,11 +42,11 @@ For an overview of all the components in the gfx-rs ecosystem, see [the big pict
|
||||
|
||||
### Play with our Examples
|
||||
|
||||
Go to [https://wgpu.rs/examples/] to play with our examples in your browser. Requires a browser supporting WebGPU for the WebGPU examples.
|
||||
Go to <https://wgpu.rs/examples/> to play with our examples in your browser. Requires a browser supporting WebGPU for the WebGPU examples.
|
||||
|
||||
### Rust
|
||||
|
||||
Rust examples can be found at [wgpu/examples](examples). You can run the examples on native with `cargo run --bin wgpu-examples <example>`. See the [list of examples](examples).
|
||||
Rust examples can be found at [examples](examples). You can run the examples natively with `cargo run --bin wgpu-examples <example>`.
|
||||
|
||||
If you are new to wgpu and graphics programming, we recommend starting with https://sotrh.github.io/learn-wgpu/.
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user