diff options
author | metamuffin <metamuffin@disroot.org> | 2025-03-25 03:09:35 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2025-03-25 03:09:35 +0100 |
commit | 466a8fce3c5693fa51cc34ec5d9e718459484e0b (patch) | |
tree | 8d53af8de01d50e8b858b29bfcb93bf2a8a66224 /src/lib.rs | |
parent | 407841b7d2516823e1d44344b3d2c1d52ffa2db9 (diff) | |
download | unity-tools-466a8fce3c5693fa51cc34ec5d9e718459484e0b.tar unity-tools-466a8fce3c5693fa51cc34ec5d9e718459484e0b.tar.bz2 unity-tools-466a8fce3c5693fa51cc34ec5d9e718459484e0b.tar.zst |
start on own fmod sound bank impl
Diffstat (limited to 'src/lib.rs')
-rw-r--r-- | src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -6,3 +6,4 @@ pub mod object; pub mod serialized_file; pub mod unityfs; pub mod assetbundle; +pub mod fmod; |