[feat] solve common dir

todo: local cfg dir after resolving steam users
This commit is contained in:
Purp1e
2025-03-21 18:00:16 +08:00
parent 2e18fbdffd
commit e7a416dfec
10 changed files with 1170 additions and 754 deletions

View File

@@ -18,13 +18,13 @@ strip = true # Remove debug symbols
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[build-dependencies]
tauri-build = { version = "2.0.6", features = [] }
tauri-build = { version = "2.1.0", features = [] }
[dependencies]
log = "0.4.26"
serde_json = "1.0.140"
serde = { version = "1.0.219", features = ["derive"] }
tauri = { version = "2.3.1", features = [ "macos-private-api",
tauri = { version = "2.4.0", features = [ "macos-private-api",
"tray-icon"
] }
window-vibrancy = "0.6.0"
@@ -56,4 +56,4 @@ custom-protocol = [ "tauri/custom-protocol" ]
[target.'cfg(not(any(target_os = "android", target_os = "ios")))'.dependencies]
tauri-plugin-global-shortcut = "2.2.0"
tauri-plugin-single-instance = "2"
tauri-plugin-single-instance = "2.2.2"