mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-27 05:18:11 +08:00
Refactor layout system and abstract data types to separate definitions and tags
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
use crate::layout_abstract_syntax::*;
|
||||
|
||||
pub struct WindowDom {}
|
||||
|
||||
impl WindowDom {
|
||||
pub fn new(root_component: &FlatComponent) -> WindowDom {
|
||||
Self {}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user