From 591fa5e472d1299b4633683cdded5e7960e7da98 Mon Sep 17 00:00:00 2001 From: Andrew Ferreira Date: Fri, 17 Jan 2025 08:02:56 -0300 Subject: [PATCH] add `tauri-plugin-svelte` (#429) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1a42906..c946094 100644 --- a/README.md +++ b/README.md @@ -105,6 +105,7 @@ A curated collection of the best stuff from the Tauri ecosystem and community. - [tauri-plugin-serialport](https://github.com/deid84/tauri-plugin-serialport) - Cross-compatible serialport communication tool. - [tauri-plugin-serialplugin](https://github.com/s00d/tauri-plugin-serialplugin) - Cross-compatible serialport communication tool for tauri 2. - [tauri-plugin-sharesheet](https://github.com/buildyourwebapp/tauri-plugin-sharesheet) - Share content to other apps via the Android Sharesheet or iOS Share Pane. +- [tauri-plugin-svelte](https://github.com/ferreira-tb/tauri-store/tree/main/packages/tauri-plugin-svelte) - Persistent Svelte stores. - [tauri-plugin-system-info](https://github.com/HuakunShen/tauri-plugin-system-info) - Detailed system information. - [tauri-plugin-theme](https://github.com/wyhaya/tauri-plugin-theme) - Dynamically change Tauri App theme. - [tauri-awesome-rpc](https://github.com/ahkohd/tauri-awesome-rpc) - Custom invoke system that leverages WebSocket.