diff options
Diffstat (limited to 'src/main.rs')
-rw-r--r-- | src/main.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs index 9c186c9..304f6fc 100644 --- a/src/main.rs +++ b/src/main.rs | |||
@@ -6,11 +6,13 @@ mod command; | |||
6 | mod consts; | 6 | mod consts; |
7 | mod dither; | 7 | mod dither; |
8 | mod error; | 8 | mod error; |
9 | mod guide; | ||
9 | mod lisp; | 10 | mod lisp; |
10 | mod message; | 11 | mod message; |
11 | mod symmetry; | 12 | mod symmetry; |
12 | mod undo; | 13 | mod undo; |
13 | mod utils; | 14 | mod utils; |
15 | mod widget; | ||
14 | 16 | ||
15 | use { | 17 | use { |
16 | app::AppState, | 18 | app::AppState, |