lighty_launch/installer/
mod.rs

1// Copyright (c) 2025 Hamadi
2// Licensed under the MIT License
3
4pub mod installer;
5pub mod config;
6mod downloader;
7mod verifier;
8mod libraries;
9mod mods;
10mod natives;
11mod client;
12mod assets;
13
14// Re-export the Installer trait
15pub use installer::Installer;