From a393e0a2f2c3678a3ea869dc1417fa269f2b1040 Mon Sep 17 00:00:00 2001 From: Filip Wandzio Date: Sat, 24 Jan 2026 08:29:14 +0100 Subject: Resolve audio not loading bug Ensure all assets are downloading for each version Temporarily disable minecraft versions older than 1.8 because of the asset/manifest loading issues Implement basic documentation of modules Implement basic async/multithreading for downloading assets --- rustfmt.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rustfmt.toml') diff --git a/rustfmt.toml b/rustfmt.toml index 32fb2b2..68c25df 100644 --- a/rustfmt.toml +++ b/rustfmt.toml @@ -16,7 +16,7 @@ imports_granularity = "Crate" match_arm_blocks = false match_arm_leading_pipes = "Always" match_block_trailing_comma = true -max_width = 98 +max_width = 80 newline_style = "Unix" normalize_comments = false overflow_delimited_expr = true -- cgit v1.2.3