aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src-tauri/src
diff options
context:
space:
mode:
authorHsiangNianian <i@jyunko.cn>2026-01-14 16:38:16 +0800
committerHsiangNianian <i@jyunko.cn>2026-01-14 16:38:36 +0800
commit0a933975f7eba48588ee60e338e461155afe9c8d (patch)
tree90468b625d074b63252bbe9bbb93bdb5b0fefaeb /src-tauri/src
parent5677b9beba49acc1fc6feb46ccd07182bed6e994 (diff)
downloadDropOut-0a933975f7eba48588ee60e338e461155afe9c8d.tar.gz
DropOut-0a933975f7eba48588ee60e338e461155afe9c8d.zip
feat: add Fabric and Forge type definitions and update mod.rs for mod loader support
Diffstat (limited to 'src-tauri/src')
-rw-r--r--src-tauri/src/core/mod.rs4
1 files changed, 4 insertions, 0 deletions
diff --git a/src-tauri/src/core/mod.rs b/src-tauri/src/core/mod.rs
index 475a304..3c09a76 100644
--- a/src-tauri/src/core/mod.rs
+++ b/src-tauri/src/core/mod.rs
@@ -2,7 +2,11 @@ pub mod account_storage;
pub mod auth;
pub mod config;
pub mod downloader;
+pub mod fabric;
+pub mod forge;
pub mod game_version;
pub mod java;
pub mod manifest;
+pub mod maven;
pub mod rules;
+pub mod version_merge;