mirror of
https://github.com/lifegpc/msg-tool.git
synced 2026-06-08 05:48:46 +08:00
Add support to DSC file in BSE encryped files
This commit is contained in:
@@ -24,6 +24,8 @@ lazy_static::lazy_static! {
|
||||
Box::new(bgi::archive::v1::BgiArchiveBuilder::new()),
|
||||
#[cfg(feature = "bgi-arc")]
|
||||
Box::new(bgi::archive::v2::BgiArchiveBuilder::new()),
|
||||
#[cfg(feature = "bgi-arc")]
|
||||
Box::new(bgi::archive::dsc::DscBuilder::new()),
|
||||
#[cfg(feature = "bgi-img")]
|
||||
Box::new(bgi::image::img::BgiImageBuilder::new()),
|
||||
#[cfg(feature = "bgi-img")]
|
||||
|
||||
Reference in New Issue
Block a user