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

@@ -2,5 +2,7 @@
pub mod archive;
pub mod bp;
pub mod bsi;
#[cfg(feature = "bgi-img")]
pub mod image;
mod parser;
pub mod script;