mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-08-29 19:50:42 +02:00
* Use no default feature on tauri * Add change file * typo * Revert lock file conflict * Use wry on iOS
33 lines
695 B
Markdown
33 lines
695 B
Markdown
---
|
|
"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
|