Add softpal pgd ge image support

This commit is contained in:
2025-09-16 19:00:10 +08:00
parent 6c3c31ddbf
commit 3508960835
9 changed files with 523 additions and 1 deletions

View File

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