mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 09:49:07 +08:00
[nanovg] Remove vcpkg_fail_port_install. (#22750)
There was no supports expression so there was ci.baseline.txt impact. In support of https://github.com/microsoft/vcpkg/pull/21502
This commit is contained in:
parent
d13329216a
commit
e8bc75b57d
@ -1,5 +1,3 @@
|
||||
vcpkg_fail_port_install(ON_TARGET "UWP")
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO memononen/nanovg
|
||||
|
@ -1,9 +1,10 @@
|
||||
{
|
||||
"name": "nanovg",
|
||||
"version-string": "2019-8-30",
|
||||
"port-version": 4,
|
||||
"version-date": "2019-08-30",
|
||||
"port-version": 5,
|
||||
"description": "NanoVG is small antialiased vector graphics rendering library for OpenGL.",
|
||||
"homepage": "https://github.com/memononen/nanovg",
|
||||
"supports": "!uwp",
|
||||
"dependencies": [
|
||||
"stb"
|
||||
]
|
||||
|
@ -890,8 +890,6 @@ nanorange:x64-windows=fail
|
||||
nanorange:x64-windows-static=fail
|
||||
nanorange:x64-windows-static-md=fail
|
||||
nanorange:x86-windows=fail
|
||||
nanovg:arm-uwp=fail
|
||||
nanovg:x64-uwp=fail
|
||||
nativefiledialog:arm-uwp=fail
|
||||
nativefiledialog:x64-uwp=fail
|
||||
ngspice:x64-windows-static=fail
|
||||
|
@ -4677,8 +4677,8 @@
|
||||
"port-version": 2
|
||||
},
|
||||
"nanovg": {
|
||||
"baseline": "2019-8-30",
|
||||
"port-version": 4
|
||||
"baseline": "2019-08-30",
|
||||
"port-version": 5
|
||||
},
|
||||
"nativefiledialog": {
|
||||
"baseline": "2022-01-20",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "6ea125c3f4f9b665a744cd0738c8a11837106f05",
|
||||
"version-date": "2019-08-30",
|
||||
"port-version": 5
|
||||
},
|
||||
{
|
||||
"git-tree": "016ef1232ccb3f452530283711be418b33c28e17",
|
||||
"version-string": "2019-8-30",
|
||||
|
Loading…
Reference in New Issue
Block a user