summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Drake Tetreault <ekardnt@ekardnt.com>2021-12-29 09:31:43 -0800
committerLibravatar Drake Tetreault <ekardnt@ekardnt.com>2021-12-29 09:34:37 -0800
commit8a70d10401eb1277718a19f47ff1e2a5c4c7564b (patch)
tree3f9735bbddef9e293e78fc2452b9896752975c9a /Cargo.toml
parent5466d6a11d0a4bee01e954b7c727b3fd67cea02a (diff)
downloadiced-8a70d10401eb1277718a19f47ff1e2a5c4c7564b.tar.gz
iced-8a70d10401eb1277718a19f47ff1e2a5c4c7564b.tar.bz2
iced-8a70d10401eb1277718a19f47ff1e2a5c4c7564b.zip
Allow Sandbox applications to exit.
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 f91e4a84..14b0ddc7 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -71,6 +71,7 @@ members = [
"examples/custom_widget",
"examples/download_progress",
"examples/events",
+ "examples/exit",
"examples/game_of_life",
"examples/geometry",
"examples/integration_opengl",