mirror of https://github.com/tauri-apps/tauri
parent
da2e72698c
commit
302ac84a39
|
@ -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).
|
||||
|
|
Loading…
Reference in New Issue