Add support for artemis txt script

This commit is contained in:
2025-09-28 15:28:22 +08:00
parent 93b07d08d2
commit 9200b1e214
6 changed files with 305 additions and 0 deletions

View File

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