blob: 0f1c11c9de50cb23f13f90542bdfadbb5c4038f7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# iced_dialog
Custom dialog for [`iced`](https://iced.rs)
It's mostly the dialog from @frgp42's [Fluent Iced Gallery](https://github.com/frgp42/fluent_iced_gallery), but made into a "widget"
## Example
See the [/example](/example) directory.
You can run it like this:
```bash
cargo run -p example
```
|