mirror of
https://github.com/lifegpc/msg-tool.git
synced 2026-06-08 05:48:46 +08:00
Add support for artemis txt script
This commit is contained in:
@@ -152,6 +152,8 @@ lazy_static::lazy_static! {
|
||||
Box::new(hexen_haus::archive::odio::HexenHausOdioArchiveBuilder::new()),
|
||||
#[cfg(feature = "will-plus-img")]
|
||||
Box::new(will_plus::img::wip::WillPlusWipImageBuilder::new()),
|
||||
#[cfg(feature = "artemis")]
|
||||
Box::new(artemis::txt::ArtemisTxtBuilder::new()),
|
||||
];
|
||||
/// A list of all script extensions.
|
||||
pub static ref ALL_EXTS: Vec<String> =
|
||||
|
||||
Reference in New Issue
Block a user