Add event struct (#47)

This commit is contained in:
TrueDoctor
2021-03-27 20:06:10 +01:00
committed by GitHub
parent 0083a2f788
commit 1b1e641aa8
3 changed files with 72 additions and 2 deletions
+1 -1
View File
@@ -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,
}