summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorLibravatar Zoron <zoronlivingston@gmail.com>2022-09-08 13:58:28 +0800
committerLibravatar GitHub <noreply@github.com>2022-09-08 13:58:28 +0800
commitef39d85696f0c7fcc967c09240ae3e423ab0dd20 (patch)
tree9d6772915e1143819d7894a4e5ceed4c3f1c68f1 /examples
parentd6598119646582658783cc2d87fdfd504f4ff230 (diff)
downloadiced-ef39d85696f0c7fcc967c09240ae3e423ab0dd20.tar.gz
iced-ef39d85696f0c7fcc967c09240ae3e423ab0dd20.tar.bz2
iced-ef39d85696f0c7fcc967c09240ae3e423ab0dd20.zip
Update docs for running `integration_wgpu` example
Diffstat (limited to 'examples')
-rw-r--r--examples/integration_wgpu/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/integration_wgpu/README.md b/examples/integration_wgpu/README.md
index faefa153..ece9ba1e 100644
--- a/examples/integration_wgpu/README.md
+++ b/examples/integration_wgpu/README.md
@@ -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