summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2020-02-09 05:32:56 +0100
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2020-02-09 05:32:56 +0100
commit4d7979aa77e481a5f8ff2f22bc2665912617fc04 (patch)
tree767519bfaf64a8abf3b091d3ff7d66cc44c4d4ad /Cargo.toml
parenta244f9324305a2393da95be76085cba6a29b4b27 (diff)
downloadiced-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.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 39c5957a..11cca8b3 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -40,6 +40,7 @@ members = [
"examples/custom_widget",
"examples/events",
"examples/geometry",
+ "examples/integration",
"examples/pokedex",
"examples/progress_bar",
"examples/stopwatch",