[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:
Billy O'Neal 2022-01-24 02:18:05 -08:00 committed by GitHub
parent d13329216a
commit e8bc75b57d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 10 additions and 8 deletions

View File

@ -1,5 +1,3 @@
vcpkg_fail_port_install(ON_TARGET "UWP")
vcpkg_from_github( vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH OUT_SOURCE_PATH SOURCE_PATH
REPO memononen/nanovg REPO memononen/nanovg

View File

@ -1,9 +1,10 @@
{ {
"name": "nanovg", "name": "nanovg",
"version-string": "2019-8-30", "version-date": "2019-08-30",
"port-version": 4, "port-version": 5,
"description": "NanoVG is small antialiased vector graphics rendering library for OpenGL.", "description": "NanoVG is small antialiased vector graphics rendering library for OpenGL.",
"homepage": "https://github.com/memononen/nanovg", "homepage": "https://github.com/memononen/nanovg",
"supports": "!uwp",
"dependencies": [ "dependencies": [
"stb" "stb"
] ]

View File

@ -890,8 +890,6 @@ nanorange:x64-windows=fail
nanorange:x64-windows-static=fail nanorange:x64-windows-static=fail
nanorange:x64-windows-static-md=fail nanorange:x64-windows-static-md=fail
nanorange:x86-windows=fail nanorange:x86-windows=fail
nanovg:arm-uwp=fail
nanovg:x64-uwp=fail
nativefiledialog:arm-uwp=fail nativefiledialog:arm-uwp=fail
nativefiledialog:x64-uwp=fail nativefiledialog:x64-uwp=fail
ngspice:x64-windows-static=fail ngspice:x64-windows-static=fail

View File

@ -4677,8 +4677,8 @@
"port-version": 2 "port-version": 2
}, },
"nanovg": { "nanovg": {
"baseline": "2019-8-30", "baseline": "2019-08-30",
"port-version": 4 "port-version": 5
}, },
"nativefiledialog": { "nativefiledialog": {
"baseline": "2022-01-20", "baseline": "2022-01-20",

View File

@ -1,5 +1,10 @@
{ {
"versions": [ "versions": [
{
"git-tree": "6ea125c3f4f9b665a744cd0738c8a11837106f05",
"version-date": "2019-08-30",
"port-version": 5
},
{ {
"git-tree": "016ef1232ccb3f452530283711be418b33c28e17", "git-tree": "016ef1232ccb3f452530283711be418b33c28e17",
"version-string": "2019-8-30", "version-string": "2019-8-30",