diff options
author | 2023-05-11 15:50:35 +0200 | |
---|---|---|
committer | 2023-05-11 16:05:36 +0200 | |
commit | 63d3fc6996b848e10e77e6924bfebdf6ba82852e (patch) | |
tree | acb365358235be6ce115b50db9404d890b6e77a6 /examples/README.md | |
parent | b60194844a0f81a864f00e0637b6a4d131194fc5 (diff) | |
download | iced-63d3fc6996b848e10e77e6924bfebdf6ba82852e.tar.gz iced-63d3fc6996b848e10e77e6924bfebdf6ba82852e.tar.bz2 iced-63d3fc6996b848e10e77e6924bfebdf6ba82852e.zip |
Remove OpenGL mentions in `README`s
Diffstat (limited to 'examples/README.md')
-rw-r--r-- | examples/README.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/README.md b/examples/README.md index 74cf145b..111e8910 100644 --- a/examples/README.md +++ b/examples/README.md @@ -93,8 +93,7 @@ A bunch of simpler examples exist: - [`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. +- [`integration`](integration), 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. - [`pick_list`](pick_list), a dropdown list of selectable options. - [`pokedex`](pokedex), an application that displays a random Pokédex entry (sprite included!) by using the [PokéAPI]. |