summaryrefslogtreecommitdiff
path: root/src/types
diff options
context:
space:
mode:
authorpml68 <contact@pml68.me>2024-09-04 00:37:25 +0200
committerpml68 <contact@pml68.me>2024-09-22 23:55:11 +0200
commita01402e4c0d226118335a6744ee7cda4f7be552b (patch)
tree7cdbcab8eae0593039ea39a99af1a5311240980c /src/types
parentfeat: finish codegen for elements **without** props (diff)
downloadiced-builder-a01402e4c0d226118335a6744ee7cda4f7be552b.tar.gz
feat: finish codegen with limited props and elements
Diffstat (limited to 'src/types')
-rw-r--r--src/types/mod.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/types/mod.rs b/src/types/mod.rs
index 60b28f7..1fa23d4 100644
--- a/src/types/mod.rs
+++ b/src/types/mod.rs
@@ -11,7 +11,6 @@ pub struct DesignerState {
}
pub enum ElementName {
- App(String, iced::Theme),
Text(String),
Button(String),
TextEditor(text_editor::Content),