feat: app 2.0
Some checks failed
FanslySync Build & Test / FanslySync Test Runner (push) Has been cancelled

This commit is contained in:
Sticks
2025-04-23 19:54:02 -04:00
parent d7907558df
commit 22259a3e8f
9 changed files with 722 additions and 1068 deletions

View File

@ -17,7 +17,7 @@ tauri-build = { version = "2.0.0", features = [] }
[dependencies]
serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }
tauri = { version = "2.4.1", features = [] }
tauri = { version = "2.4.1", features = ["tray-icon"] }
dirs = "5.0.1"
reqwest = { version = "0.11.18", features = ["json", "multipart"] }
lazy_static = "1.5.0"
@ -28,7 +28,7 @@ tauri-plugin-dialog = { version = "2.2.1" }
tauri-plugin-clipboard-manager = { version = "2.2.1" }
tauri-plugin-notification = { version = "2.2.1" }
tauri-plugin-updater = { version = "2.2.1" }
tauri-plugin-log = { version = "2.2.1" }
tauri-plugin-log = { version = "2.2.1" }
log = "0.4.27"
thiserror = "2.0.12"
@ -36,7 +36,7 @@ thiserror = "2.0.12"
# this feature is used for production builds or when `devPath` points to the filesystem and the built-in dev server is disabled.
# If you use cargo directly instead of tauri's cli you can use this feature flag to switch between tauri's `dev` and `build` modes.
# DO NOT REMOVE!!
custom-protocol = [ "tauri/custom-protocol" ]
custom-protocol = ["tauri/custom-protocol"]
[target.'cfg(not(any(target_os = "android", target_os = "ios")))'.dependencies]
tauri-plugin-autostart = "2.3.0"