mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-24 01:08:11 +08:00
Add event struct (#47)
This commit is contained in:
@@ -14,7 +14,7 @@ use tools::ToolState;
|
||||
use workspace::Workspace;
|
||||
|
||||
// TODO: serialize with serde to save the current editor state
|
||||
struct Editor {
|
||||
pub struct Editor {
|
||||
tools: ToolState,
|
||||
workspace: Workspace,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user