vcpkg/ports/nanovg/vcpkg.json
Billy O'Neal e8bc75b57d
[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
2022-01-24 02:18:05 -08:00

12 lines
280 B
JSON

{
"name": "nanovg",
"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"
]
}