Meta: Add windows options to vcpkg

This commit is contained in:
pheonixfirewingz 2024-10-10 17:33:59 -06:00 committed by Andrew Kaster
parent 38f42f17fe
commit 83bfba79b6
Notes: github-actions[bot] 2024-10-11 03:50:05 +00:00

View file

@ -10,7 +10,7 @@
}, },
{ {
"name": "fontconfig", "name": "fontconfig",
"platform": "linux | freebsd | openbsd | osx" "platform": "linux | freebsd | openbsd | osx | windows"
}, },
"harfbuzz", "harfbuzz",
"icu", "icu",
@ -47,7 +47,7 @@
}, },
{ {
"name": "skia", "name": "skia",
"platform": "linux | freebsd | openbsd", "platform": "linux | freebsd | openbsd | windows",
"features": [ "features": [
"vulkan" "vulkan"
] ]