mirror of
https://github.com/lifegpc/msg-tool.git
synced 2026-06-08 13:58:50 +08:00
Add support for ExHibit GRP Archive File (.grp)
This commit is contained in:
@@ -138,6 +138,8 @@ lazy_static::lazy_static! {
|
||||
Box::new(softpal::img::pgd::ge::PgdGeBuilder::new()),
|
||||
#[cfg(feature = "softpal-img")]
|
||||
Box::new(softpal::img::pgd::pgd3::Pgd3Builder::new()),
|
||||
#[cfg(feature = "ex-hibit-arc")]
|
||||
Box::new(ex_hibit::arc::grp::ExHibitGrpArchiveBuilder::new()),
|
||||
];
|
||||
/// A list of all script extensions.
|
||||
pub static ref ALL_EXTS: Vec<String> =
|
||||
|
||||
Reference in New Issue
Block a user