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-12-26 00:12:06 +0100
committerGitHub <noreply@github.com>2024-12-26 00:12:06 +0100
commit0ae3ec6cc9babcab39c76f023606229a151916ab (patch)
treee92d0109599622984b2c485cc020951da288cec3 /iced_builder/src/views/mod.rs
parentMerge pull request #3 from pml68/refactor/internal-restructuring (diff)
parentfeat: add `tip` widget helper from `hecrj/icebreaker` (diff)
downloadiced-builder-0ae3ec6cc9babcab39c76f023606229a151916ab.tar.gz
Merge pull request #4 from pml68/feat/playground
Playground done **for now**
Diffstat (limited to 'iced_builder/src/views/mod.rs')
-rw-r--r--iced_builder/src/views/mod.rs4
1 files changed, 0 insertions, 4 deletions
diff --git a/iced_builder/src/views/mod.rs b/iced_builder/src/views/mod.rs
deleted file mode 100644
index 387662a..0000000
--- a/iced_builder/src/views/mod.rs
+++ /dev/null
@@ -1,4 +0,0 @@
-pub mod code_view;
-pub mod designer_view;
-pub mod element_list;
-mod style;