mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-28 19:25:27 +08:00
[wxwidgets] Add feature webview2 (#26405)
* add feature webview * update
This commit is contained in:
parent
c805a5311a
commit
ad64f05e39
@ -36,6 +36,7 @@ vcpkg_check_features(
|
||||
FEATURES
|
||||
sound wxUSE_SOUND
|
||||
fonts wxUSE_PRIVATE_FONTS
|
||||
webview wxUSE_WEBVIEW_EDGE
|
||||
)
|
||||
|
||||
set(OPTIONS_RELEASE "")
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "wxwidgets",
|
||||
"version": "3.2.0",
|
||||
"port-version": 1,
|
||||
"port-version": 2,
|
||||
"description": [
|
||||
"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.",
|
||||
@ -65,6 +65,12 @@
|
||||
"platform": "!windows & !osx"
|
||||
}
|
||||
]
|
||||
},
|
||||
"webview": {
|
||||
"description": "The Edge backend uses Microsoft's Edge WebView2",
|
||||
"dependencies": [
|
||||
"webview2"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -7706,7 +7706,7 @@
|
||||
},
|
||||
"wxwidgets": {
|
||||
"baseline": "3.2.0",
|
||||
"port-version": 1
|
||||
"port-version": 2
|
||||
},
|
||||
"x-plane": {
|
||||
"baseline": "3.0.3",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "39e102a05ff8b8e2f8a137b1f3bbe8e44f88a8ad",
|
||||
"version": "3.2.0",
|
||||
"port-version": 2
|
||||
},
|
||||
{
|
||||
"git-tree": "0d78ddc0e26a382e0eeca82b767dfbed70dda82e",
|
||||
"version": "3.2.0",
|
||||
|
Loading…
x
Reference in New Issue
Block a user