diff options
| author | pml68 <contact@pml68.dev> | 2025-05-02 00:09:57 +0200 |
|---|---|---|
| committer | pml68 <contact@pml68.dev> | 2025-05-02 00:09:57 +0200 |
| commit | e0eadd8d093c684ed83a14e050c38ed446f019bb (patch) | |
| tree | b6de73f337ef20d46da10c72885294209f403e72 | |
| parent | chore: add proper MIT attribution (diff) | |
| download | iced_dialog-e0eadd8d093c684ed83a14e050c38ed446f019bb.tar.gz | |
feat: make `Dialog` available from the crate's root
| -rw-r--r-- | src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ //! # Example //! See [here](https://github.com/pml68/iced_dialog/tree/0.13/example) pub mod dialog; -use dialog::Dialog; +pub use dialog::Dialog; use iced_core as core; use iced_core::alignment::Horizontal; use iced_widget::Button; |
