mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 21:19:06 +08:00
9eb76edabf
* [freetype2] Update to 2.11.1 * [harfbuzz] Update to 3.2.0 * [sdl2] Update to 2.0.20 * [ffmpeg] Update to 5.0 * Update versions. * [ffmpeg] Remove all avresample * Update ffmpeg.json * Update ffmpeg.json * Update ffmpeg.json * Revert "[ffmpeg] Update to 5.0" This reverts commitd4f718e882
. * Revert "[ffmpeg] Remove all avresample" This reverts commitf1fecaa8cf
. * update * fix revert. * [sdl2] Fix uwp build. * Update sdl2.json
48 lines
932 B
JSON
48 lines
932 B
JSON
{
|
|
"name": "harfbuzz",
|
|
"version-semver": "3.2.0",
|
|
"description": "HarfBuzz OpenType text shaping engine",
|
|
"homepage": "https://github.com/harfbuzz/harfbuzz",
|
|
"dependencies": [
|
|
{
|
|
"name": "freetype",
|
|
"default-features": false
|
|
},
|
|
{
|
|
"name": "gettext",
|
|
"platform": "osx"
|
|
},
|
|
{
|
|
"name": "vcpkg-tool-meson",
|
|
"host": true
|
|
}
|
|
],
|
|
"features": {
|
|
"coretext": {
|
|
"description": "Enable CoreText shaper backend on macOS"
|
|
},
|
|
"glib": {
|
|
"description": "Glib Unicode callbacks support",
|
|
"dependencies": [
|
|
"glib",
|
|
{
|
|
"name": "glib",
|
|
"host": true
|
|
}
|
|
]
|
|
},
|
|
"graphite2": {
|
|
"description": "Graphite2 shaper support",
|
|
"dependencies": [
|
|
"graphite2"
|
|
]
|
|
},
|
|
"icu": {
|
|
"description": "icu support for harfbuzz",
|
|
"dependencies": [
|
|
"icu"
|
|
]
|
|
}
|
|
}
|
|
}
|