Add support for WillPlus/AdvHD WIP Image File (.wip)

This commit is contained in:
2025-09-28 14:26:32 +08:00
parent acf9a33597
commit 0c06c9b61a
7 changed files with 395 additions and 1 deletions

View File

@@ -150,6 +150,8 @@ lazy_static::lazy_static! {
Box::new(hexen_haus::img::png::PngImageBuilder::new()),
#[cfg(feature = "hexen-haus-arc")]
Box::new(hexen_haus::archive::odio::HexenHausOdioArchiveBuilder::new()),
#[cfg(feature = "will-plus-img")]
Box::new(will_plus::img::wip::WillPlusWipImageBuilder::new()),
];
/// A list of all script extensions.
pub static ref ALL_EXTS: Vec<String> =