diff options
author | metamuffin <metamuffin@disroot.org> | 2025-03-12 00:26:35 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2025-03-12 00:26:35 +0100 |
commit | bed5904c0575a96d52f6e7fc3df95d3b772ef196 (patch) | |
tree | ee36a53d2ab24de3e363890adfd80e374b0911b0 /src/lib.rs | |
parent | 79e341769d04a6daa5c1edae87d6ff8a9adba9c6 (diff) | |
download | unity-tools-bed5904c0575a96d52f6e7fc3df95d3b772ef196.tar unity-tools-bed5904c0575a96d52f6e7fc3df95d3b772ef196.tar.bz2 unity-tools-bed5904c0575a96d52f6e7fc3df95d3b772ef196.tar.zst |
texture formats
Diffstat (limited to 'src/lib.rs')
-rw-r--r-- | src/lib.rs | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -1,6 +1,7 @@ -pub mod unityfs; -pub mod helper; +#![feature(array_chunks)] +pub mod classes; pub mod common_strings; -pub mod serialized_file; +pub mod helper; pub mod object; -pub mod classes; +pub mod serialized_file; +pub mod unityfs; |