diff options
author | metamuffin <metamuffin@disroot.org> | 2025-03-15 21:31:40 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2025-03-15 21:31:40 +0100 |
commit | ed6ed7a62217369544f3e31ef9a886f459f0c21b (patch) | |
tree | c36f0e344e00b32c563494f77dd4191dc55f8c94 /src/lib.rs | |
parent | ca02789996b94db87cd84571edb42bbcd9a3a18b (diff) | |
download | unity-tools-ed6ed7a62217369544f3e31ef9a886f459f0c21b.tar unity-tools-ed6ed7a62217369544f3e31ef9a886f459f0c21b.tar.bz2 unity-tools-ed6ed7a62217369544f3e31ef9a886f459f0c21b.tar.zst |
assetbundle struct to abstract over unityfs and serializedfile
Diffstat (limited to 'src/lib.rs')
-rw-r--r-- | src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -5,3 +5,4 @@ pub mod helper; pub mod object; pub mod serialized_file; pub mod unityfs; +pub mod assetbundle; |