feat(v3): add native directory picker for CWD fields via tauri-plugin-dialog

This commit is contained in:
Hibryda 2026-03-08 01:51:16 +01:00
parent 99282e833a
commit a64ab2e55f
6 changed files with 147 additions and 21 deletions

View file

@ -27,6 +27,7 @@ rusqlite = { version = "0.31", features = ["bundled"] }
dirs = "5"
notify = { version = "6", features = ["macos_fsevent"] }
tauri-plugin-updater = "2.10.0"
tauri-plugin-dialog = "2"
uuid = { version = "1", features = ["v4"] }
tokio-tungstenite = { version = "0.21", features = ["native-tls"] }
tokio = { version = "1", features = ["full"] }