mirror of
https://github.com/lifegpc/msg-tool.git
synced 2026-06-07 21:38:58 +08:00
Add support for HexenHaus PNG Image File (.png)
This commit is contained in:
@@ -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> =
|
||||
|
||||
Reference in New Issue
Block a user