From 3a088744195a244571cd4319b2ee5be81f8b2927 Mon Sep 17 00:00:00 2001 From: pml68 Date: Fri, 2 May 2025 00:09:57 +0200 Subject: feat: make `Dialog` available from the crate's root --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib.rs') diff --git a/src/lib.rs b/src/lib.rs index 718f1ce..0c82ebb 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -3,7 +3,7 @@ //! # Example //! See [here](https://github.com/pml68/iced_dialog/tree/master/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; -- cgit v1.2.3