diff options
author | 2020-02-09 05:32:56 +0100 | |
---|---|---|
committer | 2020-02-09 05:32:56 +0100 | |
commit | 4d7979aa77e481a5f8ff2f22bc2665912617fc04 (patch) | |
tree | 767519bfaf64a8abf3b091d3ff7d66cc44c4d4ad /Cargo.toml | |
parent | a244f9324305a2393da95be76085cba6a29b4b27 (diff) | |
download | iced-4d7979aa77e481a5f8ff2f22bc2665912617fc04.tar.gz iced-4d7979aa77e481a5f8ff2f22bc2665912617fc04.tar.bz2 iced-4d7979aa77e481a5f8ff2f22bc2665912617fc04.zip |
Add `integration` example
It showcases how to integrate iced in an existing graphical application.
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -40,6 +40,7 @@ members = [ "examples/custom_widget", "examples/events", "examples/geometry", + "examples/integration", "examples/pokedex", "examples/progress_bar", "examples/stopwatch", |