sg-sprite 0.3.2

Application for restoring Mages engine sprites (Steins;Gate, Steins;Gate 0, Chaos;Child)
Documentation
1
2
3
4
5
6
7
8
use sg_sprite::*;
use structopt::StructOpt;

fn main() {
    if let Err(e) = lib_main(&Opts::from_args()) {
        print_err(e);
    }
}