This commit is contained in:
Lyle Mantooth 2022-06-04 09:41:29 -04:00
parent 1113adca98
commit 27d5a4d6c0
Signed by: IslandUsurper
GPG key ID: 6DB52EAE123A5789
8 changed files with 291 additions and 188 deletions

View file

@ -3,9 +3,9 @@ use std::fs::File;
use std::io::Read;
use std::path::Path;
use enemize::PatchSet;
use enemize::asar;
use enemize::rom::RomData;
use enemize::PatchSet;
fn main() -> Result<(), anyhow::Error> {
let mut args = env::args();