mirror of
https://github.com/emilk/egui.git
synced 2026-06-27 15:13:12 -04:00
8 lines
126 B
Markdown
8 lines
126 B
Markdown
Example how to show a confirm dialog before exiting an application.
|
|
|
|
```sh
|
|
cargo run -p confirm_exit
|
|
```
|
|
|
|

|