mirror of
https://github.com/lifegpc/msg-tool.git
synced 2026-06-08 05:48:46 +08:00
Add BGI CompressedBG v1 decode support
This commit is contained in:
@@ -26,6 +26,8 @@ lazy_static::lazy_static! {
|
||||
Box::new(bgi::archive::v2::BgiArchiveBuilder::new()),
|
||||
#[cfg(feature = "bgi-img")]
|
||||
Box::new(bgi::image::img::BgiImageBuilder::new()),
|
||||
#[cfg(feature = "bgi-img")]
|
||||
Box::new(bgi::image::cbg::BgiCBGBuilder::new()),
|
||||
#[cfg(feature = "escude-arc")]
|
||||
Box::new(escude::archive::EscudeBinArchiveBuilder::new()),
|
||||
#[cfg(feature = "escude")]
|
||||
|
||||
Reference in New Issue
Block a user