Description
Cross-platform installer for Monika After Story
Main Features:
- Cross-platform (Windows, MacOS, Linux)
- Small executables size
- Fast
- Dynamic version fetching
- Detection of DDLC directory
- Multiple downloads options:
-
-
-
- Music during installation
Music Credits:
Installer theme by MyNewSoundtrack
Main Stack:
- Rust 1.62 (can build >= 1.59)
- FLTK 1.3
Building from Source:
- Building is straightforward using
cargo
-
- Linux: you might need to install some dependencies (check this workflow for more details)
-
- Windows: for now both
msvc
and gnu
toolchains are supported, but msvc
is more preferable
- For all supported features check
Cargo.toml
-
include_license
includes static/license.md
into the binary during building (enabled by default)
-
- To disable all default features, use the
--no-default-features
flag in cargo