summaryrefslogtreecommitdiffstats
path: root/src/app.rs
diff options
context:
space:
mode:
authorClementTsang <cjhtsang@uwaterloo.ca>2021-08-15 16:26:13 -0400
committerClementTsang <cjhtsang@uwaterloo.ca>2021-08-23 16:55:32 -0400
commit4f0eb7b7ebbe25c478c0f2b646f5bc645f47dbe2 (patch)
tree38a6a032505e5841ba6d0ad1f16bd18968efd8b5 /src/app.rs
parentfceae8d4426eb5e81a883e5ecb32363c8dc77974 (diff)
refactor: Create basic widget system
Diffstat (limited to 'src/app.rs')
-rw-r--r--src/app.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/app.rs b/src/app.rs
index be767586..8cd9c019 100644
--- a/src/app.rs
+++ b/src/app.rs
@@ -1,5 +1,6 @@
pub mod data_farmer;
pub mod data_harvester;
+pub mod event;
pub mod filter;
pub mod layout_manager;
mod process_killer;