aboutsummaryrefslogtreecommitdiffstats
path: root/ports/geckolib/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'ports/geckolib/lib.rs')
-rw-r--r--ports/geckolib/lib.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/ports/geckolib/lib.rs b/ports/geckolib/lib.rs
index 7f9813597c4..81923a9188c 100644
--- a/ports/geckolib/lib.rs
+++ b/ports/geckolib/lib.rs
@@ -22,6 +22,8 @@ extern crate util;
mod context;
mod data;
+mod snapshot;
+mod snapshot_helpers;
#[allow(non_snake_case)]
pub mod glue;
mod traversal;