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
|
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 "")
|
||||||
|
@ -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"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -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",
|
||||||
|
@ -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",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user