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. --- examples/exit/Cargo.toml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 examples/exit/Cargo.toml (limited to 'examples/exit/Cargo.toml') diff --git a/examples/exit/Cargo.toml b/examples/exit/Cargo.toml new file mode 100644 index 00000000..34d0789a --- /dev/null +++ b/examples/exit/Cargo.toml @@ -0,0 +1,8 @@ +[package] +name = "exit" +version = "0.1.0" +edition = "2021" +publish = false + +[dependencies] +iced = { path = "../.." } -- cgit