mirror of
https://github.com/lifegpc/msg-tool.git
synced 2026-06-10 00:05:07 +08:00
Add softpal pgd ge image support
This commit is contained in:
@@ -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> =
|
||||
|
||||
Reference in New Issue
Block a user