mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-21 12:28:12 +08:00
Code cleanup and creation of GuiTree
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
pub struct GuiTree {
|
||||
|
||||
}
|
||||
|
||||
impl GuiTree {
|
||||
pub fn new() -> Self {
|
||||
Self {}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user