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
+32
View File
@@ -0,0 +1,32 @@
---
"authenticator": patch
"autostart": patch
"barcode-scanner": patch
"biometric": patch
"cli": patch
"clipboard-manager": patch
"deep-link": patch
"dialog": patch
"fs": patch
"global-shortcut": patch
"http": patch
"localhost": patch
"log-plugin": patch
"nfc": patch
"notification": patch
"os": patch
"persisted-scope": patch
"positioner": patch
"process": patch
"shell": patch
"single-instance": patch
"sql": patch
"store": patch
"stronghold": patch
"updater": patch
"upload": patch
"websocket": patch
"window-state": patch
---
Use no default features on tauri for all plugins so that consumers can use `default-features = false` on tauri, note that this will still enable wry feature on iOS