diff options
| author | Polesznyák Márk <contact@pml68.dev> | 2026-03-28 01:00:01 +0100 |
|---|---|---|
| committer | Polesznyák Márk <contact@pml68.dev> | 2026-03-28 01:00:58 +0100 |
| commit | f500fd4da72983f0c9550fbccfa55d679e79903d (patch) | |
| tree | b00fc542908c15fc08c085646c0751a90bdb6557 /src | |
| parent | feat: move from sourcehut to my git instance (diff) | |
| download | iced_dialog-f500fd4da72983f0c9550fbccfa55d679e79903d.tar.gz | |
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib.rs | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,4 +1,7 @@ -#![doc = include_str!("../README.md")] +//! 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". + pub mod dialog; pub use dialog::Dialog; use iced_widget::Button; |
