styfle / awesome-desktop-js

🖥️ A list of awesome packages and frameworks for implementing javascript applications on the desktop
https://styfle.dev/projects/awesome-desktop-js
Other
810 stars 51 forks source link

Information on Tauri is incorrect and outdated #51

Closed Poopooracoocoo closed 2 years ago

Poopooracoocoo commented 2 years ago

Tauri - Build desktop apps with a Rust backend and a system webview. For the webview, Tauri uses Cocoa/WebKit on macOS, gtk-webkit2 on Linux and MSHTML(IE10/11) or Webkit via EdgeHTML/Chakra on Windows.

Tauri does not use MSHTML or EdgeHTML on Windows. Both the Tauri repo and Wry repo say that it uses WebView2 provided by Microsoft Edge Chromium.

Tauri's documentation used to say this: https://web.archive.org/web/20210220042625/https://tauri.studio/en/docs/getting-started/technical-details/

styfle commented 2 years ago

Thanks, fixed in #52 👍