mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-15 14:18:04 +08:00
9 lines
78 B
Rust
9 lines
78 B
Rust
pub struct GuiTree {
|
|
|
|
}
|
|
|
|
impl GuiTree {
|
|
pub fn new() -> Self {
|
|
Self {}
|
|
}
|
|
} |