[feat] listen to steam user changes

This commit is contained in:
2025-11-05 11:32:43 +08:00
parent 6710fe1754
commit c19adcc3f8
7 changed files with 274 additions and 3 deletions

View File

@@ -52,6 +52,7 @@ tauri-plugin-autostart = "2.5.1"
tauri-plugin-single-instance = { version = "2.3.6", features = ["deep-link"] }
tauri-plugin-deep-link = "2.4.5"
anyhow = "1.0.100"
notify = "6.1.1"
[target.'cfg(windows)'.dependencies] # Windows Only
winreg = "0.55.0"