diff --git a/src/lib.rs b/src/lib.rs index af888d2..694ffdc 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,2 +1,4 @@ +pub mod matrix; + pub mod frame; \ No newline at end of file