mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-09-01 08:07:34 +02:00
Extract yaak-api crate with sysproxy for OS-level proxy detection
- New crates/yaak-api crate with no Tauri dependency - Uses sysproxy to auto-detect OS proxy settings (macOS, Windows, Linux) - Moved yaak_api_client from yaak-tauri-utils, now takes version string - Removed api_client and error modules from yaak-tauri-utils - Updated all callers in license, plugins, notifications, and URI scheme
This commit is contained in:
@@ -16,7 +16,7 @@ thiserror = { workspace = true }
|
||||
ts-rs = { workspace = true }
|
||||
yaak-common = { workspace = true }
|
||||
yaak-models = { workspace = true }
|
||||
yaak-tauri-utils = { workspace = true }
|
||||
yaak-api = { workspace = true }
|
||||
|
||||
[build-dependencies]
|
||||
tauri-plugin = { workspace = true, features = ["build"] }
|
||||
|
||||
Reference in New Issue
Block a user