Add support for export Softpal PGD Differential Image File (.pgd)

This commit is contained in:
2025-09-16 20:45:42 +08:00
parent 3508960835
commit 9cdd977c3e
6 changed files with 259 additions and 2 deletions

View File

@@ -132,6 +132,8 @@ lazy_static::lazy_static! {
Box::new(emote::psb::PsbBuilder::new()),
#[cfg(feature = "softpal-img")]
Box::new(softpal::img::pgd::ge::PgdGeBuilder::new()),
#[cfg(feature = "softpal-img")]
Box::new(softpal::img::pgd::pgd3::Pgd3Builder::new()),
];
/// A list of all script extensions.
pub static ref ALL_EXTS: Vec<String> =