From 4d7979aa77e481a5f8ff2f22bc2665912617fc04 Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Sun, 9 Feb 2020 05:32:56 +0100 Subject: Add `integration` example It showcases how to integrate iced in an existing graphical application. --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') 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", -- cgit