diff options
| author | Polesznyák Márk László <116908301+pml68@users.noreply.github.com> | 2024-10-26 22:23:44 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-26 22:23:44 +0200 |
| commit | 95fcd7aefa1aaf8f69c719d6d66003311c097e97 (patch) | |
| tree | da813fb6d9bab57d9b114280f761a9635a1a8903 /iced_builder/src/views/mod.rs | |
| parent | Merge pull request #2 from pml68/feat/drag-and-drop (diff) | |
| parent | feat: implement `std::error::Error` for custom `Error` enum (diff) | |
| download | iced-builder-95fcd7aefa1aaf8f69c719d6d66003311c097e97.tar.gz | |
Merge pull request #3 from pml68/refactor/internal-restructuring
Internal restructuring done
Diffstat (limited to '')
| -rw-r--r-- | iced_builder/src/views/mod.rs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/iced_builder/src/views/mod.rs b/iced_builder/src/views/mod.rs new file mode 100644 index 0000000..387662a --- /dev/null +++ b/iced_builder/src/views/mod.rs @@ -0,0 +1,4 @@ +pub mod code_view; +pub mod designer_view; +pub mod element_list; +mod style; |
