File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -32,8 +32,8 @@ This repo and all plugins require a Rust version of at least **1.77.2**
32
32
| [ sql] ( plugins/sql ) | Interface with SQL databases. | ✅ | ✅ | ✅ | ✅ | ✅ |
33
33
| [ store] ( plugins/store ) | Persistent key value storage. | ✅ | ✅ | ✅ | ✅ | ✅ |
34
34
| [ stronghold] ( plugins/stronghold ) | Encrypted, secure database. | ✅ | ✅ | ✅ | ? | ? |
35
- | [ updater] ( plugins/updater ) | In-app updates for Tauri applications. | ✅ | ✅ | ✅ | ✅ | ✅ |
36
- | [ upload] ( plugins/upload ) | Tauri plugin for file downloads and uploads via HTTP. | ✅ | ✅ | ✅ | ? | ? |
35
+ | [ updater] ( plugins/updater ) | In-app updates for Tauri applications. | ✅ | ✅ | ✅ | ✅ | ✅ |
36
+ | [ upload] ( plugins/upload ) | Tauri plugin for file downloads and uploads via HTTP. | ✅ | ✅ | ✅ | ? | ? |
37
37
| [ websocket] ( plugins/websocket ) | Open a WebSocket connection using a Rust client in JS. | ✅ | ✅ | ✅ | ? | ? |
38
38
| [ window-state] ( plugins/window-state ) | Persist window sizes and positions. | ✅ | ✅ | ✅ | ❌ | ❌ |
39
39
You can’t perform that action at this time.
0 commit comments