Skip to content

Commit

Permalink
Meta: Explicitly list required features for harfbuzz and skia
Browse files Browse the repository at this point in the history
  • Loading branch information
ADKaster committed Nov 8, 2024
1 parent 8090ee8 commit 93430eb
Showing 1 changed file with 23 additions and 2 deletions.
25 changes: 23 additions & 2 deletions vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,22 @@
"name": "fontconfig",
"platform": "linux | freebsd | openbsd | osx | windows"
},
"harfbuzz",
{
"name": "harfbuzz",
"platform": "linux | freebsd | openbsd | windows",
"features": [
"freetype",
"icu"
]
},
{
"name": "harfbuzz",
"platform": "osx",
"features": [
"coretext",
"icu"
]
},
"icu",
"libjpeg-turbo",
"libjxl",
Expand Down Expand Up @@ -46,13 +61,19 @@
"platform": "osx",
"features": [
"metal",
"fontconfig"
"fontconfig",
"harfbuzz",
"icu"
]
},
{
"name": "skia",
"platform": "linux | freebsd | openbsd | windows",
"features": [
"freetype",
"fontconfig",
"harfbuzz",
"icu",
"vulkan"
]
},
Expand Down

0 comments on commit 93430eb

Please sign in to comment.