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 ```