mirror of
https://github.com/lifegpc/msg-tool.git
synced 2026-06-08 05:48:46 +08:00
Add basic emote psb file export support
This commit is contained in:
@@ -128,6 +128,8 @@ lazy_static::lazy_static! {
|
||||
Box::new(favorite::hcb::HcbScriptBuilder::new()),
|
||||
#[cfg(feature = "silky")]
|
||||
Box::new(silky::map::MapBuilder::new()),
|
||||
#[cfg(feature = "emote-img")]
|
||||
Box::new(emote::psb::PsbBuilder::new()),
|
||||
];
|
||||
/// A list of all script extensions.
|
||||
pub static ref ALL_EXTS: Vec<String> =
|
||||
|
||||
Reference in New Issue
Block a user