diff options
| author | pml68 <contact@pml68.dev> | 2025-04-15 01:34:09 +0200 |
|---|---|---|
| committer | pml68 <contact@pml68.dev> | 2025-04-15 01:34:30 +0200 |
| commit | f30be43decc099f9f18cc28507cbd474d7fffc1c (patch) | |
| tree | 962d63ba27dbfa0a08a75f3ed2f28a98987aabad /README.md | |
| parent | feat: add `backdrop` method to dialog (diff) | |
| download | iced_dialog-f30be43decc099f9f18cc28507cbd474d7fffc1c.tar.gz | |
refactor!: move backdrop_color into `Style` struct
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |
