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