add utils mod to lib.rs

This commit is contained in:
Palash Tyagi 2025-04-19 14:07:17 +01:00
parent 3dec894cd0
commit afd4187674

View File

@ -2,3 +2,5 @@
pub mod matrix;
pub mod frame;
pub mod utils;