Add basic emote psb file export support

This commit is contained in:
2025-09-15 18:58:37 +08:00
parent eabfa43da5
commit 9f03ebf435
10 changed files with 358 additions and 11 deletions

View File

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