From afd4187674ba59287857084068ae4579c40e3ef9 Mon Sep 17 00:00:00 2001 From: Palash Tyagi <23239946+Magnus167@users.noreply.github.com> Date: Sat, 19 Apr 2025 14:07:17 +0100 Subject: [PATCH] add utils mod to lib.rs --- src/lib.rs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 694ffdc..6c9faf4 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,4 +1,6 @@ pub mod matrix; -pub mod frame; \ No newline at end of file +pub mod frame; + +pub mod utils; \ No newline at end of file