From 23775fc56878c74f65a16de82f335443fe5a2c8d Mon Sep 17 00:00:00 2001 From: Akshay Date: Fri, 2 Apr 2021 10:14:42 +0530 Subject: add widget and container primitives --- src/main.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/main.rs') 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; mod consts; mod dither; mod error; +mod guide; mod lisp; mod message; mod symmetry; mod undo; mod utils; +mod widget; use { app::AppState, -- cgit v1.2.3