summaryrefslogtreecommitdiff
path: root/iced_builder/src/views/mod.rs
diff options
context:
space:
mode:
authorPolesznyák Márk László <116908301+pml68@users.noreply.github.com>2024-10-26 22:23:44 +0200
committerGitHub <noreply@github.com>2024-10-26 22:23:44 +0200
commit95fcd7aefa1aaf8f69c719d6d66003311c097e97 (patch)
treeda813fb6d9bab57d9b114280f761a9635a1a8903 /iced_builder/src/views/mod.rs
parentMerge pull request #2 from pml68/feat/drag-and-drop (diff)
parentfeat: implement `std::error::Error` for custom `Error` enum (diff)
downloadiced-builder-95fcd7aefa1aaf8f69c719d6d66003311c097e97.tar.gz
Merge pull request #3 from pml68/refactor/internal-restructuring
Internal restructuring done
Diffstat (limited to 'iced_builder/src/views/mod.rs')
-rw-r--r--iced_builder/src/views/mod.rs4
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;