summaryrefslogtreecommitdiff
path: root/engine/src/file_format/wavefront.rs
diff options
context:
space:
mode:
Diffstat (limited to 'engine/src/file_format/wavefront.rs')
-rw-r--r--engine/src/file_format/wavefront.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/engine/src/file_format/wavefront.rs b/engine/src/file_format/wavefront.rs
index b23706a..0d1e867 100644
--- a/engine/src/file_format/wavefront.rs
+++ b/engine/src/file_format/wavefront.rs
@@ -1,3 +1,4 @@
+pub mod mtl;
pub mod obj;
mod common;