Add integration example

It showcases how to integrate iced in an existing graphical application.
This commit is contained in:
Héctor Ramón Jiménez 2020-02-09 05:32:56 +01:00
parent a244f93243
commit 4d7979aa77
7 changed files with 437 additions and 0 deletions

View file

@ -40,6 +40,7 @@ members = [
"examples/custom_widget",
"examples/events",
"examples/geometry",
"examples/integration",
"examples/pokedex",
"examples/progress_bar",
"examples/stopwatch",