This is a new Minecraft launcher that is currently in development. It is designed to be a modern, fast and efficient launcher. It is written in Rust. Aims to be a Reproducible Minecraft Workspace Manager.
fn main() {
// This build script does nothing for now.
// You can add custom build logic here if needed.
println!("cargo:rerun-if-changed=build.rs");
}