From f7b4b643ebc52a4d72d90d9adbdddc9aa0721e4a Mon Sep 17 00:00:00 2001 From: Filip Wandzio Date: Wed, 25 Feb 2026 16:10:23 +0100 Subject: Feat: Refactor core download logic with concurrency and async features Implement basic unit testing Implement automatic java executable switching based on game version Split loader module into smaller modules Implement basic documentation --- Cargo.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 9c0eb1b..c72e1c6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,10 +8,8 @@ clap = { version = "4.5.54", features = ["derive"] } directories = "6.0.0" dotenvy = "0.15.7" env_logger = "0.11.8" -futures-util = "0.3.31" -indicatif = "0.18.3" +futures = "0.3.32" log = "0.4.29" -rayon = "1.11.0" reqwest = { version = "0.13.1", features = ["json", "stream"] } serde = { version = "1.0.228", features = ["derive"] } serde_json = "1.0.149" -- cgit v1.2.3 > Barebones minecraft launcherFilip Wandzio <contact@philw.dev>
aboutsummaryrefslogtreecommitdiffstats
path: root/src/config (unfollow)
Commit message (Collapse)AuthorFilesLines
39 hoursFeat: Refactor core download logic with concurrency and async featuresFilip Wandzio4-61/+206
Implement basic unit testing Implement automatic java executable switching based on game version Split loader module into smaller modules Implement basic documentation
2026-02-03Update readmeFilip Wandzio1-4/+8