diff options
author | metamuffin <metamuffin@disroot.org> | 2025-03-11 15:52:03 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2025-03-11 15:52:03 +0100 |
commit | 7250587f46ca51ad662a0895a51742669b9cbb8f (patch) | |
tree | 8744d452a085a3a9b593dac0a77e987eb70fc91f /src/lib.rs | |
parent | 30bf5e07e52142a154a5660574213e59e0363ada (diff) | |
download | unity-tools-7250587f46ca51ad662a0895a51742669b9cbb8f.tar unity-tools-7250587f46ca51ad662a0895a51742669b9cbb8f.tar.bz2 unity-tools-7250587f46ca51ad662a0895a51742669b9cbb8f.tar.zst |
more inspection tools
Diffstat (limited to 'src/lib.rs')
-rw-r--r-- | src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,4 +3,4 @@ pub mod helper; pub mod common_strings; pub mod serialized_file; pub mod object; -pub mod assets; +pub mod classes; |