summaryrefslogtreecommitdiff
path: root/src/gltf/mod.rs
diff options
context:
space:
mode:
authorLibravatar Silas Bartha <silas@exvacuum.dev>2024-10-11 19:01:52 -0400
committerLibravatar Silas Bartha <silas@exvacuum.dev>2024-10-11 19:01:52 -0400
commit6c94102afc70ce28eee3d17aad997a056aaf9195 (patch)
tree11232fc59c356ce4f3b52cb140d779a3f1dc2006 /src/gltf/mod.rs
parent5b5f1bed5e8da9d799e5910793477ba0360d5135 (diff)
gltf, wav, and binary codecsv0.3.0
Diffstat (limited to 'src/gltf/mod.rs')
-rw-r--r--src/gltf/mod.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gltf/mod.rs b/src/gltf/mod.rs
new file mode 100644
index 0000000..42b0bae
--- /dev/null
+++ b/src/gltf/mod.rs
@@ -0,0 +1,2 @@
+mod extras;
+pub use extras::*; \ No newline at end of file