diff options
| author | pml68 <contact@pml68.me> | 2024-11-04 20:31:09 +0100 |
|---|---|---|
| committer | pml68 <contact@pml68.me> | 2024-11-04 20:31:09 +0100 |
| commit | 6953207b30c7630d8ebb9508603ee1d92d6062a9 (patch) | |
| tree | 57952c0e1c862e530316db258c9f6ad3f7132698 /iced_builder/src/lib.rs | |
| parent | feat(error): use `Arc` instead of .to_string for From impls (diff) | |
| download | iced-builder-6953207b30c7630d8ebb9508603ee1d92d6062a9.tar.gz | |
feat: add `unsaved_changes` dialog
Diffstat (limited to '')
| -rw-r--r-- | iced_builder/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/iced_builder/src/lib.rs b/iced_builder/src/lib.rs index ddb080c..6af030f 100644 --- a/iced_builder/src/lib.rs +++ b/iced_builder/src/lib.rs @@ -1,3 +1,4 @@ +pub mod dialogs; pub mod error; pub mod types; pub mod views; |
