Updated wxWebViewEdge for SDK 0.9.430

This first beta release of the WebView2 SDK has many identifiers
renamed and webview interfaces split to Host and WebView.

Closes https://github.com/wxWidgets/wxWidgets/pull/1743
This commit is contained in:
Tobias Taschner
2020-02-25 23:31:07 +01:00
committed by Vadim Zeitlin
parent acff8466a7
commit 613687ecb5
3 changed files with 80 additions and 78 deletions

View File

@@ -290,7 +290,7 @@ public:
This backend is not enabled by default, to build it follow these steps:
- Visual Studio 2015, or newer, is required
- Download the <a href="https://aka.ms/webviewnuget">WebView2 SDK</a>
nuget package (Version 0.8.355 or newer)
nuget package (Version 0.9.430 or newer)
- Extract the package (it's a zip archive) to @c wxWidgets/3rdparty/webview2
(you should have @c 3rdparty/webview2/build/native/include/WebView2.h
file after unpacking it)