From a51c3afcc735180aca88a48239d09991e18bbdd7 Mon Sep 17 00:00:00 2001 From: pml68 Date: Sun, 30 Mar 2025 16:24:46 +0200 Subject: feat: initial commit --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..18d0e0a --- /dev/null +++ b/README.md @@ -0,0 +1,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 +``` -- cgit v1.2.3