add mod.rs to declare the mat module

This commit is contained in:
Palash Tyagi 2025-04-17 11:58:59 +01:00
parent 517c58bfef
commit 8467a3def2

1
src/frame/mod.rs Normal file
View File

@ -0,0 +1 @@
pub mod mat;