aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorpml68 <contact@pml68.dev>2025-04-15 01:34:09 +0200
committerpml68 <contact@pml68.dev>2025-04-15 01:34:09 +0200
commite7e5b05ca8c11c2ba329d0b6daffe9a218aee9a1 (patch)
tree2d86d51c1d9ab46258f7f626ace6645c19582bf8 /README.md
parentfix: example package name (diff)
downloadiced_dialog-e7e5b05ca8c11c2ba329d0b6daffe9a218aee9a1.tar.gz
refactor!: move backdrop_color into `Style` struct
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 18d0e0a..0f1c11c 100644
--- a/README.md
+++ b/README.md
@@ -2,6 +2,8 @@
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.