chore: Add MSRV to all readmes

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

@ -1,3 +1,4 @@
## Plugins Found Here
| | | Win | Mac | Lin | iOS | And |
@ -10,9 +11,12 @@
| [log](plugins/log) | Configurable logging. | ✅ | ✅ | ✅ | ✅ | ✅ |
| [persisted-scope](plugins/persisted-scope) | Persist runtime scope changes on the filesystem. | ✅ | ✅ | ✅ | ? | ? |
| [positioner](plugins/positioner) | Move windows to common locations. | ✅ | ✅ | ✅ | ? | ? |
| [single-instance](plugins/single-instance) | Ensure a single instance of your tauri app is running. | ✅ | ✅ | ✅ | ? | ? |
| [sql](plugins/sql) | Interface with SQL databases. | ✅ | ✅ | ✅ | ? | ? |
| [store](plugins/store) | Persistent key value storage. | ✅ | ✅ | ✅ | ? | ? |
| [stronghold](plugins/stronghold) | Encrypted, secure database. | ✅ | ✅ | ✅ | ? | ? |
| [upload](plugins/upload) | Tauri plugin for file uploads through HTTP. | ✅ | ✅ | ✅ | ? | ? |
| [websocket](plugins/websocket) | | ✅ | ✅ | ✅ | ? | ? |
| [websocket](plugins/websocket) | Open a WebSocket connection using a Rust backend | ✅ | ✅ | ✅ | ? | ? |
| [window-state](plugins/window-state) | Persist window sizes and positions. | ✅ | ✅ | ✅ | ? | ? |
_This repo and all plugins require a minimum Rust version of **1.64**_

@ -4,6 +4,8 @@ Use hardware security-keys in your Tauri App.
## Install
_This plugin requires a minimum Rust version of **1.64**_
There are three general methods of installation that we can recommend.
1. Use crates.io and npm (easiest, and requires you to trust that our publishing pipeline worked)

@ -4,6 +4,8 @@ Automatically launch your application at startup. Supports Windows, Mac (via App
## Install
_This plugin requires a minimum Rust version of **1.64**_
There are three general methods of installation that we can recommend.
1. Use crates.io and npm (easiest, and requires you to trust that our publishing pipeline worked)

@ -4,6 +4,8 @@ Additional file system methods not included in the core API.
## Install
_This plugin requires a minimum Rust version of **1.64**_
There are three general methods of installation that we can recommend.
1. Use crates.io and npm (easiest, and requires you to trust that our publishing pipeline worked)

@ -4,6 +4,8 @@ Watch files and directories for changes using [notify](https://github.com/notify
## Install
_This plugin requires a minimum Rust version of **1.64**_
There are three general methods of installation that we can recommend.
1. Use crates.io and npm (easiest, and requires you to trust that our publishing pipeline worked)

@ -6,6 +6,8 @@ Expose your apps assets through a localhost server instead of the default custom
## Install
_This plugin requires a minimum Rust version of **1.64**_
There are three general methods of installation that we can recommend.
1. Use crates.io and npm (easiest, and requires you to trust that our publishing pipeline worked)

@ -4,6 +4,8 @@ Configurable logging for your Tauri app.
## Install
_This plugin requires a minimum Rust version of **1.64**_
There are three general methods of installation that we can recommend.
1. Use crates.io and npm (easiest, and requires you to trust that our publishing pipeline worked)

@ -4,6 +4,8 @@ Save filesystem and asset scopes and restore them when the app is reopened.
## Install
_This plugin requires a minimum Rust version of **1.64**_
There are three general methods of installation that we can recommend.
1. Use crates.io and npm (easiest, and requires you to trust that our publishing pipeline worked)

@ -6,6 +6,8 @@ This plugin is a port of [electron-positioner](https://github.com/jenslind/elect
## Install
_This plugin requires a minimum Rust version of **1.64**_
There are three general methods of installation that we can recommend.
1. Use crates.io and npm (easiest, and requires you to trust that our publishing pipeline worked)

@ -4,6 +4,8 @@ Ensure a single instance of your tauri app is running.
## Install
_This plugin requires a minimum Rust version of **1.64**_
There are three general methods of installation that we can recommend.
1. Use crates.io and npm (easiest, and requires you to trust that our publishing pipeline worked)

@ -4,6 +4,8 @@ Interface with SQL databases through [sqlx](https://github.com/launchbadge/sqlx)
## Install
_This plugin requires a minimum Rust version of **1.64**_
There are three general methods of installation that we can recommend.
1. Use crates.io and npm (easiest, and requires you to trust that our publishing pipeline worked)

@ -4,6 +4,8 @@ Simple, persistent key-value store.
## Install
_This plugin requires a minimum Rust version of **1.64**_
There are three general methods of installation that we can recommend.
1. Use crates.io and npm (easiest, and requires you to trust that our publishing pipeline worked)

@ -4,6 +4,8 @@ Store secrets and keys using the [IOTA Stronghold](https://github.com/iotaledger
## Install
_This plugin requires a minimum Rust version of **1.64**_
There are three general methods of installation that we can recommend.
1. Use crates.io and npm (easiest, and requires you to trust that our publishing pipeline worked)

@ -4,6 +4,8 @@ Upload files from disk to a remote server over HTTP.
## Install
_This plugin requires a minimum Rust version of **1.64**_
There are three general methods of installation that we can recommend.
1. Use crates.io and npm (easiest, and requires you to trust that our publishing pipeline worked)

@ -4,6 +4,8 @@
## Install
_This plugin requires a minimum Rust version of **1.64**_
There are three general methods of installation that we can recommend.
1. Use crates.io and npm (easiest, and requires you to trust that our publishing pipeline worked)

@ -4,6 +4,8 @@ Save window positions and sizes and restore them when the app is reopened.
## Install
_This plugin requires a minimum Rust version of **1.64**_
There are three general methods of installation that we can recommend.
1. Use crates.io and npm (easiest, and requires you to trust that our publishing pipeline worked)

@ -4,6 +4,8 @@
## Install
_This plugin requires a minimum Rust version of **1.64**_
There are three general methods of installation that we can recommend.
1. Use crates.io and npm (easiest, and requires you to trust that our publishing pipeline worked)

Loading…
Cancel
Save