Add mdf decompress support

This commit is contained in:
2025-07-05 22:41:17 +08:00
parent 54ec039b7e
commit 5a23a3f33c
6 changed files with 141 additions and 1 deletions

View File

@@ -1,6 +1,7 @@
#[cfg(feature = "kirikiri-img")]
pub mod image;
pub mod ks;
pub mod mdf;
pub mod scn;
pub mod simple_crypt;
use std::collections::HashMap;