Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions ports/nanovg/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
vcpkg_fail_port_install(ON_TARGET "UWP")

vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO memononen/nanovg
Expand Down
5 changes: 3 additions & 2 deletions ports/nanovg/vcpkg.json
Original file line number Diff line number Diff line change
@@ -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"
]
Expand Down
2 changes: 0 additions & 2 deletions scripts/ci.baseline.txt
Original file line number Diff line number Diff line change
Expand Up @@ -899,8 +899,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
nethost:x64-uwp=fail
Expand Down
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
5 changes: 5 additions & 0 deletions versions/n-/nanovg.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "6ea125c3f4f9b665a744cd0738c8a11837106f05",
"version-date": "2019-08-30",
"port-version": 5
},
{
"git-tree": "016ef1232ccb3f452530283711be418b33c28e17",
"version-string": "2019-8-30",
Expand Down