Add BGI Image decode support

Fix DSC decompress
This commit is contained in:
2025-06-12 21:52:01 +08:00
parent 8bed66d4f1
commit 242d501af5
13 changed files with 395 additions and 14 deletions

View File

@@ -5,5 +5,7 @@ pub mod encoding;
#[cfg(windows)]
mod encoding_win;
pub mod files;
#[cfg(feature = "image")]
pub mod img;
pub mod name_replacement;
pub mod struct_pack;