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