Allow Sandbox applications to exit.
This commit is contained in:
parent
5466d6a11d
commit
8a70d10401
5 changed files with 107 additions and 0 deletions
8
examples/exit/Cargo.toml
Normal file
8
examples/exit/Cargo.toml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
[package]
|
||||
name = "exit"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
publish = false
|
||||
|
||||
[dependencies]
|
||||
iced = { path = "../.." }
|
||||
Loading…
Add table
Add a link
Reference in a new issue