mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 14:29:06 +08:00
0d71120fc2
* updated harfbuzz from 3.2.0 to 4.2.0 * updated version * Update ports/harfbuzz/vcpkg.json Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com> * updated version * Removed paths from library definitions in *.pc files in case of windows static build\nRemoved patches * version-semver -> version * Delete no longer applied patches. Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com> Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
49 lines
960 B
JSON
49 lines
960 B
JSON
{
|
|
"name": "harfbuzz",
|
|
"version": "4.2.0",
|
|
"description": "HarfBuzz OpenType text shaping engine",
|
|
"homepage": "https://github.com/harfbuzz/harfbuzz",
|
|
"license": "MIT-Modern-Variant",
|
|
"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"
|
|
]
|
|
}
|
|
}
|
|
}
|