Update docs for running integration_wgpu example

This commit is contained in:
Zoron 2022-09-08 13:58:28 +08:00 committed by GitHub
parent d659811964
commit ef39d85696
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,7 +12,7 @@ The __[`main`]__ file contains all the code of the example.
You can run it with `cargo run`: You can run it with `cargo run`:
``` ```
cargo run --package integration cargo run --package integration_wgpu
``` ```
### How to run this example with WebGL backend ### How to run this example with WebGL backend