From f0d92d5c637be3fae658347b9d14f376292c3d51 Mon Sep 17 00:00:00 2001 From: Palash Tyagi <23239946+Magnus167@users.noreply.github.com> Date: Fri, 18 Apr 2025 22:38:16 +0100 Subject: [PATCH] add matrix module to the library --- src/lib.rs | 2 ++ 1 file changed, 2 insertions(+) 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