[wxwidgets] Add feature webview2 (#26405)

* add feature webview

* update
This commit is contained in:
Mengna Li 2022-08-20 04:39:16 +08:00 committed by GitHub
parent c805a5311a
commit ad64f05e39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 14 additions and 2 deletions

View File

@ -36,6 +36,7 @@ vcpkg_check_features(
FEATURES FEATURES
sound wxUSE_SOUND sound wxUSE_SOUND
fonts wxUSE_PRIVATE_FONTS fonts wxUSE_PRIVATE_FONTS
webview wxUSE_WEBVIEW_EDGE
) )
set(OPTIONS_RELEASE "") set(OPTIONS_RELEASE "")

View File

@ -1,7 +1,7 @@
{ {
"name": "wxwidgets", "name": "wxwidgets",
"version": "3.2.0", "version": "3.2.0",
"port-version": 1, "port-version": 2,
"description": [ "description": [
"Widget toolkit and tools library for creating graphical user interfaces (GUIs) for cross-platform applications. ", "Widget toolkit and tools library for creating graphical user interfaces (GUIs) for cross-platform applications. ",
"Set WXWIDGETS_USE_STL in a custom triplet to build with the wxUSE_STL build option.", "Set WXWIDGETS_USE_STL in a custom triplet to build with the wxUSE_STL build option.",
@ -65,6 +65,12 @@
"platform": "!windows & !osx" "platform": "!windows & !osx"
} }
] ]
},
"webview": {
"description": "The Edge backend uses Microsoft's Edge WebView2",
"dependencies": [
"webview2"
]
} }
} }
} }

View File

@ -7706,7 +7706,7 @@
}, },
"wxwidgets": { "wxwidgets": {
"baseline": "3.2.0", "baseline": "3.2.0",
"port-version": 1 "port-version": 2
}, },
"x-plane": { "x-plane": {
"baseline": "3.0.3", "baseline": "3.0.3",

View File

@ -1,5 +1,10 @@
{ {
"versions": [ "versions": [
{
"git-tree": "39e102a05ff8b8e2f8a137b1f3bbe8e44f88a8ad",
"version": "3.2.0",
"port-version": 2
},
{ {
"git-tree": "0d78ddc0e26a382e0eeca82b767dfbed70dda82e", "git-tree": "0d78ddc0e26a382e0eeca82b767dfbed70dda82e",
"version": "3.2.0", "version": "3.2.0",