aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 18d0e0a689a91dd37af6dcf357c64fbf762a3f30 (plain)
1
2
3
4
5
6
7
8
9
10
11
# iced_dialog

Custom dialog for [`iced`](https://iced.rs)

## Example
See the [/example](/example) directory.

You can run it like this:
```bash
cargo run -p example
```