Add BGI Audio extract support

This commit is contained in:
2025-08-09 22:50:20 +08:00
parent 6cb8ca5f95
commit c34f4ac23d
9 changed files with 150 additions and 1 deletions

View File

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