Add mention of why/how we use WRY (#2086)

from @Laegel , thanks !
This commit is contained in:
Thad Guidry 2021-06-27 17:53:42 -05:00 committed by GitHub
parent da2e72698c
commit 302ac84a39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -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).
Here you may peruse our [Software Bill of Materials](https://app.fossa.com/projects/git%2Bgithub.com%2Ftauri-apps%2Ftauri).