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:30 +0200
commitf30be43decc099f9f18cc28507cbd474d7fffc1c (patch)
tree962d63ba27dbfa0a08a75f3ed2f28a98987aabad /README.md
parentfeat: add `backdrop` method to dialog (diff)
downloadiced_dialog-f30be43decc099f9f18cc28507cbd474d7fffc1c.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.