Add support for HexenHaus PNG Image File (.png)

This commit is contained in:
2025-09-28 10:09:28 +08:00
parent 91bd43826d
commit 3ae55b03c0
8 changed files with 139 additions and 2 deletions

View File

@@ -146,6 +146,8 @@ lazy_static::lazy_static! {
Box::new(artemis::archive::pf2::ArtemisPf2Builder::new()),
#[cfg(feature = "hexen-haus-arc")]
Box::new(hexen_haus::archive::wag::HexenHausWagArchiveBuilder::new()),
#[cfg(feature = "hexen-haus-img")]
Box::new(hexen_haus::img::png::PngImageBuilder::new()),
];
/// A list of all script extensions.
pub static ref ALL_EXTS: Vec<String> =