diff options
author | 2020-02-10 19:38:22 +0100 | |
---|---|---|
committer | 2020-02-10 19:38:22 +0100 | |
commit | 4337daddb2a02a2c60dfc5beb896e3059588312a (patch) | |
tree | c7efea00fabd87133a59760e902548d39822a844 /examples/README.md | |
parent | 04ec587230fa7e331894c7bb5620c3ad3e5a47be (diff) | |
download | iced-4337daddb2a02a2c60dfc5beb896e3059588312a.tar.gz iced-4337daddb2a02a2c60dfc5beb896e3059588312a.tar.bz2 iced-4337daddb2a02a2c60dfc5beb896e3059588312a.zip |
Add `integration` example to examples `README`
Diffstat (limited to 'examples/README.md')
-rw-r--r-- | examples/README.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/README.md b/examples/README.md index 8f2eba3e..a9ab546f 100644 --- a/examples/README.md +++ b/examples/README.md @@ -74,6 +74,7 @@ A bunch of simpler examples exist: - [`custom_widget`](custom_widget), a demonstration of how to build a custom widget that draws a circle. - [`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`](integration), a demonstration of how to integrate Iced in an existing graphical application. - [`pokedex`](pokedex), an application that displays a random Pokédex entry (sprite included!) by using the [PokéAPI]. - [`progress_bar`](progress_bar), a simple progress bar that can be filled by using a slider. - [`stopwatch`](stopwatch), a watch with start/stop and reset buttons showcasing how to listen to time. |