lighty-launch 26.5.1

Minecraft launch logic for Lighty Launcher
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
// Copyright (c) 2025 Hamadi
// Licensed under the MIT License

mod runner;
mod builder;
mod config;
#[cfg(feature = "events")]
mod window;

pub use runner::*;
pub use builder::LaunchBuilder;
pub use config::LaunchConfig;