summaryrefslogtreecommitdiffstats
path: root/examples/README.md
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2022-11-28 19:42:13 +0100
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2022-11-28 19:42:13 +0100
commit633150581f442b35b52a52a384b7d935171223ff (patch)
tree40530bdfe8fa8321357a9ed5a26945f30a4ca853 /examples/README.md
parent94988bb8f25efb93ee1616e4c827b6f740da8fa5 (diff)
parent457d0560caf91884b148422e1ace3d64a38e0e33 (diff)
downloadiced-633150581f442b35b52a52a384b7d935171223ff.tar.gz
iced-633150581f442b35b52a52a384b7d935171223ff.tar.bz2
iced-633150581f442b35b52a52a384b7d935171223ff.zip
Merge branch 'master' into group-solid-triangles
Diffstat (limited to 'examples/README.md')
-rw-r--r--examples/README.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/README.md b/examples/README.md
index bb15dc2e..8d9718a4 100644
--- a/examples/README.md
+++ b/examples/README.md
@@ -92,7 +92,6 @@ A bunch of simpler examples exist:
- [`custom_widget`](custom_widget), a demonstration of how to build a custom widget that draws a circle.
- [`download_progress`](download_progress), a basic application that asynchronously downloads a dummy file of 100 MB and tracks the download progress.
- [`events`](events), a log of native events displayed using a conditional `Subscription`.
-- [`geometry`](geometry), a custom widget showcasing how to draw geometry with the `Mesh2D` primitive in [`iced_wgpu`](../wgpu).
- [`integration_opengl`](integration_opengl), a demonstration of how to integrate Iced in an existing OpenGL application.
- [`integration_wgpu`](integration_wgpu), a demonstration of how to integrate Iced in an existing [`wgpu`] application.
- [`pane_grid`](pane_grid), a grid of panes that can be split, resized, and reorganized.