diff options
| author | 2026-01-13 20:19:34 +0800 | |
|---|---|---|
| committer | 2026-01-13 20:19:34 +0800 | |
| commit | 48d9d886c078a04ead31a9d10744a085307444fa (patch) | |
| tree | 9d94019ec67f80a01c9587d330f287c2d05702f0 /src-tauri/src/core/mod.rs | |
| parent | 5e09625902ad0fa1b1eb555a255a3720193dbb2c (diff) | |
| download | DropOut-48d9d886c078a04ead31a9d10744a085307444fa.tar.gz DropOut-48d9d886c078a04ead31a9d10744a085307444fa.zip | |
feat: implement Microsoft account token refresh and storage management; add Java detection functionality
Diffstat (limited to 'src-tauri/src/core/mod.rs')
| -rw-r--r-- | src-tauri/src/core/mod.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src-tauri/src/core/mod.rs b/src-tauri/src/core/mod.rs index 746afe6..475a304 100644 --- a/src-tauri/src/core/mod.rs +++ b/src-tauri/src/core/mod.rs @@ -1,6 +1,8 @@ +pub mod account_storage; pub mod auth; pub mod config; pub mod downloader; pub mod game_version; +pub mod java; pub mod manifest; pub mod rules; |