From 29281aa9331f7c562f235cea38a85da81d7303c9 Mon Sep 17 00:00:00 2001 From: MnlPhlp Date: Tue, 12 Nov 2024 16:14:10 +0100 Subject: [PATCH] Add tauri-plugin-blec --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ecd5ac4..5c98387 100644 --- a/README.md +++ b/README.md @@ -88,6 +88,7 @@ A curated collection of the best stuff from the Tauri ecosystem and community. - [Official Plugins](https://github.com/tauri-apps/plugins-workspace) ![officially maintained] - This repository contains all the plugins maintained by the Tauri team. This includes plugins for NFC, logging, notifications, and more. - [window-vibrancy](https://github.com/tauri-apps/window-vibrancy) ![officially maintained] - Make your windows vibrant (v1 only - added to Tauri in v2). - [window-shadows](https://github.com/tauri-apps/window-shadows) ![officially maintained] - Add native shadows to your windows in Tauri (v1 only - added to Tauri in v2). +- [tauri-plugin-blec](https://github.com/MnlPhlp/tauri-plugin-blec) - Cross platform Bluetooth Low Energy client based on `btleplug`. - [tauri-plugin-keep-screen-on](https://gitlab.com/cristofa/tauri-plugin-keep-screen-on) - Disable screen timeout on Android and iOS. - [tauri-plugin-graphql](https://github.com/JonasKruckenberg/tauri-plugin-graphql) - Type-safe IPC for Tauri using GraphQL. - [sentry-tauri](https://github.com/timfish/sentry-tauri) - Capture JavaScript errors, Rust panics and native crash minidumps to Sentry.