Add support for ExHibit GRP Archive File (.grp)

This commit is contained in:
2025-09-25 15:39:47 +08:00
parent 45a8e0227a
commit 2692612254
8 changed files with 532 additions and 2 deletions

View File

@@ -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> =