From 8467a3def2a423cd590ffd8c1ee1dd1db02eb3b8 Mon Sep 17 00:00:00 2001 From: Palash Tyagi <23239946+Magnus167@users.noreply.github.com> Date: Thu, 17 Apr 2025 11:58:59 +0100 Subject: [PATCH] add mod.rs to declare the mat module --- src/frame/mod.rs | 1 + 1 file changed, 1 insertion(+) create mode 100644 src/frame/mod.rs diff --git a/src/frame/mod.rs b/src/frame/mod.rs new file mode 100644 index 0000000..feb262b --- /dev/null +++ b/src/frame/mod.rs @@ -0,0 +1 @@ +pub mod mat; \ No newline at end of file