pull/255/head
FabianLars 2 years ago
parent cf6bb6b5ec
commit 0e465c10fc
No known key found for this signature in database
GPG Key ID: 3B12BC1DEBF61125

@ -18,4 +18,4 @@
| [websocket](plugins/websocket) | Open a WebSocket connection using a Rust client in JS. | ✅ | ✅ | ✅ | ? | ? | | [websocket](plugins/websocket) | Open a WebSocket connection using a Rust client in JS. | ✅ | ✅ | ✅ | ? | ? |
| [window-state](plugins/window-state) | Persist window sizes and positions. | ✅ | ✅ | ✅ | ? | ? | | [window-state](plugins/window-state) | Persist window sizes and positions. | ✅ | ✅ | ✅ | ? | ? |
_This repo and all plugins require a minimum Rust version of **1.64**_ _This repo and all plugins require a Rust version of at least **1.64**_

@ -4,7 +4,7 @@ Use hardware security-keys in your Tauri App.
## Install ## Install
_This plugin requires a minimum Rust version of **1.64**_ _This plugin requires a Rust version of at least**1.64**_
There are three general methods of installation that we can recommend. There are three general methods of installation that we can recommend.

@ -4,7 +4,7 @@ Automatically launch your application at startup. Supports Windows, Mac (via App
## Install ## Install
_This plugin requires a minimum Rust version of **1.64**_ _This plugin requires a Rust version of at least**1.64**_
There are three general methods of installation that we can recommend. There are three general methods of installation that we can recommend.

@ -4,7 +4,7 @@ Additional file system methods not included in the core API.
## Install ## Install
_This plugin requires a minimum Rust version of **1.64**_ _This plugin requires a Rust version of at least**1.64**_
There are three general methods of installation that we can recommend. There are three general methods of installation that we can recommend.

@ -4,7 +4,7 @@ Watch files and directories for changes using [notify](https://github.com/notify
## Install ## Install
_This plugin requires a minimum Rust version of **1.64**_ _This plugin requires a Rust version of at least**1.64**_
There are three general methods of installation that we can recommend. There are three general methods of installation that we can recommend.

@ -6,7 +6,7 @@ Expose your apps assets through a localhost server instead of the default custom
## Install ## Install
_This plugin requires a minimum Rust version of **1.64**_ _This plugin requires a Rust version of at least**1.64**_
There are three general methods of installation that we can recommend. There are three general methods of installation that we can recommend.

@ -4,7 +4,7 @@ Configurable logging for your Tauri app.
## Install ## Install
_This plugin requires a minimum Rust version of **1.64**_ _This plugin requires a Rust version of at least**1.64**_
There are three general methods of installation that we can recommend. There are three general methods of installation that we can recommend.

@ -4,7 +4,7 @@ Save filesystem and asset scopes and restore them when the app is reopened.
## Install ## Install
_This plugin requires a minimum Rust version of **1.64**_ _This plugin requires a Rust version of at least**1.64**_
There are three general methods of installation that we can recommend. There are three general methods of installation that we can recommend.

@ -6,7 +6,7 @@ This plugin is a port of [electron-positioner](https://github.com/jenslind/elect
## Install ## Install
_This plugin requires a minimum Rust version of **1.64**_ _This plugin requires a Rust version of at least**1.64**_
There are three general methods of installation that we can recommend. There are three general methods of installation that we can recommend.

@ -4,7 +4,7 @@ Ensure a single instance of your tauri app is running.
## Install ## Install
_This plugin requires a minimum Rust version of **1.64**_ _This plugin requires a Rust version of at least**1.64**_
There are three general methods of installation that we can recommend. There are three general methods of installation that we can recommend.

@ -4,7 +4,7 @@ Interface with SQL databases through [sqlx](https://github.com/launchbadge/sqlx)
## Install ## Install
_This plugin requires a minimum Rust version of **1.64**_ _This plugin requires a Rust version of at least**1.64**_
There are three general methods of installation that we can recommend. There are three general methods of installation that we can recommend.

@ -4,7 +4,7 @@ Simple, persistent key-value store.
## Install ## Install
_This plugin requires a minimum Rust version of **1.64**_ _This plugin requires a Rust version of at least**1.64**_
There are three general methods of installation that we can recommend. There are three general methods of installation that we can recommend.

@ -4,7 +4,7 @@ Store secrets and keys using the [IOTA Stronghold](https://github.com/iotaledger
## Install ## Install
_This plugin requires a minimum Rust version of **1.64**_ _This plugin requires a Rust version of at least**1.64**_
There are three general methods of installation that we can recommend. There are three general methods of installation that we can recommend.

@ -4,7 +4,7 @@ Upload files from disk to a remote server over HTTP.
## Install ## Install
_This plugin requires a minimum Rust version of **1.64**_ _This plugin requires a Rust version of at least**1.64**_
There are three general methods of installation that we can recommend. There are three general methods of installation that we can recommend.

@ -4,7 +4,7 @@
## Install ## Install
_This plugin requires a minimum Rust version of **1.64**_ _This plugin requires a Rust version of at least**1.64**_
There are three general methods of installation that we can recommend. There are three general methods of installation that we can recommend.

@ -4,7 +4,7 @@ Save window positions and sizes and restore them when the app is reopened.
## Install ## Install
_This plugin requires a minimum Rust version of **1.64**_ _This plugin requires a Rust version of at least**1.64**_
There are three general methods of installation that we can recommend. There are three general methods of installation that we can recommend.

@ -4,7 +4,7 @@
## Install ## Install
_This plugin requires a minimum Rust version of **1.64**_ _This plugin requires a Rust version of at least**1.64**_
There are three general methods of installation that we can recommend. There are three general methods of installation that we can recommend.

Loading…
Cancel
Save