Skip to content

Commit

Permalink
Meta: Add windows options to vcpkg
Browse files Browse the repository at this point in the history
  • Loading branch information
pheonixfirewingz authored and ADKaster committed Oct 11, 2024
1 parent 38f42f1 commit 83bfba7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
{
"name": "fontconfig",
"platform": "linux | freebsd | openbsd | osx"
"platform": "linux | freebsd | openbsd | osx | windows"
},
"harfbuzz",
"icu",
Expand Down Expand Up @@ -47,7 +47,7 @@
},
{
"name": "skia",
"platform": "linux | freebsd | openbsd",
"platform": "linux | freebsd | openbsd | windows",
"features": [
"vulkan"
]
Expand Down

0 comments on commit 83bfba7

Please sign in to comment.