mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-18 16:11:38 +03:00
cd5b401707
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
395 B
395 B
tauri |
---|
minor |
Moving the webview implementation to webview, with the official Rust binding.
This is a breaking change.
IE support has been dropped, so the edge
object on tauri.conf.json > tauri
no longer exists and you need to remove it.
webview.handle()
has been replaced with webview.as_mut()
.