From 8a70d10401eb1277718a19f47ff1e2a5c4c7564b Mon Sep 17 00:00:00 2001 From: Drake Tetreault Date: Wed, 29 Dec 2021 09:31:43 -0800 Subject: Allow Sandbox applications to exit. --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') 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", -- cgit