mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-15 13:41:39 +03:00
bb00d5bd6c
* Switch to webview2-com version of tao and wry * Pick up latest branch of TAO and WRY * Let WRY pick the branch for TAO instead of patch * Add comment for wry next branch pending merge * Add changelog * Revert wry redirect in Cargo.toml * Use pinned rev for matching PR merge commit
7 lines
326 B
Markdown
7 lines
326 B
Markdown
---
|
|
"tauri": patch
|
|
"tauri-runtime": patch
|
|
"tauri-runtime-wry": patch
|
|
---
|
|
|
|
Replace all of the `winapi` crate references with the `windows` crate, and replace `webview2` and `webview2-sys` with `webview2-com` and `webview2-com-sys` built with the `windows` crate. This goes along with updates to the TAO and WRY `next` branches. |