Merge branch 'webview_edge3' of https://github.com/TcT2k/wxWidgets

Update wxWebViewEdge for SDK 0.9.488.

It now requires Edge 84.0.488.0 or newer (currently Canary).

See https://github.com/wxWidgets/wxWidgets/pull/1814
This commit is contained in:
Vadim Zeitlin
2020-04-21 18:30:53 +02:00
3 changed files with 48 additions and 42 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.9.430 or newer)
nuget package (Version 0.9.488 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)