Merge pull request #1434 from fralonra/patch-3

Update docs for running `integration_wgpu` example
This commit is contained in:
Héctor Ramón 2022-09-08 09:10:26 +02:00 committed by GitHub
commit dcdbe1b0f4
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`:
```
cargo run --package integration
cargo run --package integration_wgpu
```
### How to run this example with WebGL backend