diff options
author | sanine <sanine.not@pm.me> | 2023-02-12 23:53:22 -0600 |
---|---|---|
committer | sanine <sanine.not@pm.me> | 2023-02-12 23:53:22 -0600 |
commit | f1fe73d1909a2448a004a88362a1a532d0d4f7c3 (patch) | |
tree | ab37ae3837e2f858de2932bcee9f26e69fab3db1 /libs/assimp/port/assimp_rs/src/structs/mod.rs | |
parent | f567ea1e2798fd3156a416e61f083ea3e6b95719 (diff) |
switch to tinyobj and nanovg from assimp and cairo
Diffstat (limited to 'libs/assimp/port/assimp_rs/src/structs/mod.rs')
-rw-r--r-- | libs/assimp/port/assimp_rs/src/structs/mod.rs | 61 |
1 files changed, 0 insertions, 61 deletions
diff --git a/libs/assimp/port/assimp_rs/src/structs/mod.rs b/libs/assimp/port/assimp_rs/src/structs/mod.rs deleted file mode 100644 index fd90876..0000000 --- a/libs/assimp/port/assimp_rs/src/structs/mod.rs +++ /dev/null @@ -1,61 +0,0 @@ -mod anim; -/* Animation - * NodeAnim - * MeshAnim - * MeshMorphAnim - */ -mod blob; -/* ExportDataBlob - */ -mod vec; -/* Vector2d - * Vector3d - * */ -mod matrix; -/* Matrix3by3 - * Matrix4by4 - */ -mod camera; -/* Camera */ -mod color; -/* Color3d - * Color4d - */ -mod key; -/* MeshKey - * MeshMorphKey - * QuatKey - * VectorKey - */ -mod texel; -mod plane; -mod string; -/* String - */ -mod material; -/* Material - * MaterialPropery - * MaterialPropertyString - */ -mod mem; -mod quaternion; -mod face; -mod vertex_weight; -mod mesh; -/* Mesh - */ -mod meta; -/* Metadata - * MetadataEntry - */ -mod node; -/* Node - * */ -mod light; -mod texture; -mod ray; -mod transform; -/* UVTransform */ -mod bone; -mod scene; -/* Scene */ |