mirror of
https://github.com/lifegpc/msg-tool.git
synced 2026-06-08 13:58:50 +08:00
Add hg3 export support
This commit is contained in:
@@ -44,6 +44,8 @@ lazy_static::lazy_static! {
|
||||
Box::new(yaneurao::itufuru::archive::ItufuruArchiveBuilder::new()),
|
||||
#[cfg(feature = "cat-system-arc")]
|
||||
Box::new(cat_system::archive::int::CSIntArcBuilder::new()),
|
||||
#[cfg(feature = "cat-system-img")]
|
||||
Box::new(cat_system::image::hg3::Hg3ImageBuilder::new()),
|
||||
];
|
||||
pub static ref ALL_EXTS: Vec<String> =
|
||||
BUILDER.iter().flat_map(|b| b.extensions()).map(|s| s.to_string()).collect();
|
||||
|
||||
Reference in New Issue
Block a user