diff options
author | Silas Bartha <[email protected]> | 2024-10-11 19:01:52 -0400 |
---|---|---|
committer | Silas Bartha <[email protected]> | 2024-10-11 19:01:52 -0400 |
commit | 6c94102afc70ce28eee3d17aad997a056aaf9195 (patch) | |
tree | 11232fc59c356ce4f3b52cb140d779a3f1dc2006 /src/gltf/mod.rs | |
parent | 5b5f1bed5e8da9d799e5910793477ba0360d5135 (diff) |
gltf, wav, and binary codecsv0.3.0
Diffstat (limited to 'src/gltf/mod.rs')
-rw-r--r-- | src/gltf/mod.rs | 2 |
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 |