summaryrefslogtreecommitdiffstats
path: root/examples/integration_wgpu
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2021-08-13 20:59:42 +0700
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2021-08-13 21:00:22 +0700
commit138132758a1e9b61619b7eeb82c74bb172a37ad8 (patch)
treed8496e2757f2acee697e499c28601ab1ab86489e /examples/integration_wgpu
parentf1f58b2a8ad8907337e1d542fa8f17990f053862 (diff)
downloadiced-138132758a1e9b61619b7eeb82c74bb172a37ad8.tar.gz
iced-138132758a1e9b61619b7eeb82c74bb172a37ad8.tar.bz2
iced-138132758a1e9b61619b7eeb82c74bb172a37ad8.zip
Update `README` in `examples` directory
Diffstat (limited to 'examples/integration_wgpu')
-rw-r--r--examples/integration_wgpu/README.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/integration_wgpu/README.md b/examples/integration_wgpu/README.md
index 53ffd3e5..c51c2c65 100644
--- a/examples/integration_wgpu/README.md
+++ b/examples/integration_wgpu/README.md
@@ -1,7 +1,6 @@
## `wgpu` integration
-A demonstration of how to integrate Iced in an existing graphical application
-that leverages [`wgpu`].
+A demonstration of how to integrate Iced in an existing [`wgpu`] application.
The __[`main`]__ file contains all the code of the example.