diff options
Diffstat (limited to 'libs/assimp/port/assimp_rs/src/structs/mesh')
-rw-r--r-- | libs/assimp/port/assimp_rs/src/structs/mesh/mesh.rs | 0 | ||||
-rw-r--r-- | libs/assimp/port/assimp_rs/src/structs/mesh/mod.rs | 3 |
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; + + |