lovely-packager 0.1.0

A LÖVE >= 11 distribution toolchain for web, desktop, and Steam builds.
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub mod archive;
pub mod check;
pub mod cli;
pub mod config;
pub mod error;
pub mod fsutil;
pub mod lockfile;
pub mod runtime;
pub mod targets;

pub use error::{LovelyError, Result};