fix(deps): use no default features on tauri (#1402)

* Use no default feature on tauri

* Add change file

* typo

* Revert lock file conflict

* Use wry on iOS
This commit is contained in:
Tony
2024-07-30 17:12:24 +08:00
committed by GitHub
parent edf8d84f39
commit e847cedc1f
8 changed files with 48 additions and 11 deletions
+3
View File
@@ -26,6 +26,9 @@ thiserror = { workspace = true }
dunce = { workspace = true }
tauri-plugin-fs = { path = "../fs", version = "2.0.0-beta.11" }
[target.'cfg(target_os = "ios")'.dependencies]
tauri = { workspace = true, features = ["wry"] }
[target."cfg(any(target_os = \"macos\", windows, target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\"))".dependencies]
rfd = { version = "0.14", default-features = false, features = [ "tokio", "gtk3", "common-controls-v6" ] }
raw-window-handle = "0.6"