summaryrefslogtreecommitdiff
path: root/libs/assimp/port/assimp_rs/src/structs/mesh
diff options
context:
space:
mode:
Diffstat (limited to 'libs/assimp/port/assimp_rs/src/structs/mesh')
-rw-r--r--libs/assimp/port/assimp_rs/src/structs/mesh/mesh.rs0
-rw-r--r--libs/assimp/port/assimp_rs/src/structs/mesh/mod.rs3
2 files changed, 3 insertions, 0 deletions
diff --git a/libs/assimp/port/assimp_rs/src/structs/mesh/mesh.rs b/libs/assimp/port/assimp_rs/src/structs/mesh/mesh.rs
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/libs/assimp/port/assimp_rs/src/structs/mesh/mesh.rs
diff --git a/libs/assimp/port/assimp_rs/src/structs/mesh/mod.rs b/libs/assimp/port/assimp_rs/src/structs/mesh/mod.rs
new file mode 100644
index 0000000..1c3ef65
--- /dev/null
+++ b/libs/assimp/port/assimp_rs/src/structs/mesh/mod.rs
@@ -0,0 +1,3 @@
+mod mesh;
+
+