lovely-packager 0.1.0

A LÖVE >= 11 distribution toolchain for web, desktop, and Steam builds.
Documentation
1
2
3
4
5
6
fn main() {
    if let Err(err) = lovely::cli::run() {
        eprintln!("lovely: {err}");
        std::process::exit(1);
    }
}