Add basic BGI unpack support

This commit is contained in:
2025-06-11 17:42:21 +08:00
parent a64d0e0380
commit b4f806f5d5
12 changed files with 566 additions and 75 deletions

View File

@@ -1,3 +1,5 @@
#[cfg(feature = "bgi-arc")]
pub mod archive;
pub mod bp;
pub mod bsi;
mod parser;