diff options
Diffstat (limited to 'examples/integration_wgpu')
-rw-r--r-- | examples/integration_wgpu/README.md | 3 |
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. |