5 ms·
It looks like they've moved things around, but as I understand it the Rust bindings C/C++ code is derived from https://github.com/webview/webview/ https://gith
by baxrob 6y ago
It looks like they've moved things around, but as I understand it the Rust bindings C/C++ code is derived from https://github.com/webview/webview/ https://github.com/webview/webview/ which uses WebKitGTK
- programmarchy 6y agoAh ok. I just followed the repository link from https://libraries.io/cargo/tauri-web-view https://libraries.io/cargo/tauri-web-view which I saw in the Cargo file. How did you find that?
- baxrob 6y agoI've been following the webview project for a few months. It works for me to avoid Electron, and is pretty interesting on the whole I think