From 302ac84a39f2ba8ea60e7926d4561ffdb792aa64 Mon Sep 17 00:00:00 2001 From: Thad Guidry Date: Sun, 27 Jun 2021 17:53:42 -0500 Subject: [PATCH] Add mention of why/how we use WRY (#2086) from @Laegel , thanks ! --- ARCHITECTURE.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ARCHITECTURE.md b/ARCHITECTURE.md index 2fe279f1e..525ee7b24 100644 --- a/ARCHITECTURE.md +++ b/ARCHITECTURE.md @@ -75,7 +75,8 @@ Cross-platform application window creation library in Rust that supports all maj ## [WRY](https://github.com/tauri-apps/wry) -WRY is a cross-platform WebView rendering library in Rust that supports all major desktop platforms like Windows, macOS, and Linux. +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. @@ -171,4 +172,4 @@ The application can poll this server to see if there is a new release. When ther ## License Tauri itself is licensed under MIT or Apache-2.0. If you repackage it and modify any source code, it is your responsibility to verify that you are complying with all upstream licenses. Tauri is provided AS-IS with no explicit claim for suitability for any purpose. -Here you may peruse our [Software Bill of Materials](https://app.fossa.com/projects/git%2Bgithub.com%2Ftauri-apps%2Ftauri). \ No newline at end of file +Here you may peruse our [Software Bill of Materials](https://app.fossa.com/projects/git%2Bgithub.com%2Ftauri-apps%2Ftauri).