From 989ee4e14ecb04c893bbb23de409d52b84196204 Mon Sep 17 00:00:00 2001 From: Carlton Gibson Date: Fri, 11 Feb 2022 16:03:47 +0100 Subject: [PATCH] Removed tauri-hotkey-rs from External Crates list. (#3403) --- ARCHITECTURE.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/ARCHITECTURE.md b/ARCHITECTURE.md index 8bb874e2c..5ea98ee8d 100644 --- a/ARCHITECTURE.md +++ b/ARCHITECTURE.md @@ -64,9 +64,6 @@ Cross-platform application window creation library in Rust that supports all maj WRY is a cross-platform WebView rendering library in Rust that supports all major desktop platforms like Windows, macOS, and Linux. Tauri uses WRY as the abstract layer responsible to determine which webview is used (and how interactions are made). -## [tauri-hotkey-rs](https://github.com/tauri-apps/tauri-hotkey-rs) -We needed to fix hotkey to work on all platforms, because upstream was not being responsive. - # Additional tooling ## [binary-releases](https://github.com/tauri-apps/binary-releases)