Merge pull request #1175 from EkardNT/sandbox-exit

Allow Sandbox applications to exit.
This commit is contained in:
Héctor Ramón 2022-01-03 16:23:01 +07:00 committed by GitHub
commit 7ab584ce96
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 116 additions and 0 deletions

View file

@ -71,6 +71,7 @@ members = [
"examples/custom_widget",
"examples/download_progress",
"examples/events",
"examples/exit",
"examples/game_of_life",
"examples/geometry",
"examples/integration_opengl",