From 853f40dc13e6463bedf30e2471a71bd011be425b Mon Sep 17 00:00:00 2001 From: HsiangNianian Date: Fri, 16 Jan 2026 20:24:53 +0800 Subject: feat: implement instance management features and enhance game launch process Added functionality for managing game instances, including creating, deleting, updating, and duplicating instances. Integrated instance selection into the game launch process, allowing users to specify the instance when starting a game. Updated the main application logic to handle instance states and paths, ensuring proper directory management for each instance. Introduced a new module for instance management and updated relevant commands to support instance-specific operations. --- src-tauri/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'src-tauri/Cargo.toml') diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 407da5a..663a5b1 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -30,6 +30,7 @@ serde_urlencoded = "0.7.1" tauri-plugin-dialog = "2.6.0" tauri-plugin-fs = "2.4.5" bytes = "1.11.0" +chrono = "0.4" [build-dependencies] tauri-build = { version = "2.0", features = [] } -- cgit v1.2.3-70-g09d2