vcpkg/ports/harfbuzz/vcpkg.json
Kirawi 9c23718d87
[HarfBuzz] Update Port to 2.8.1 (#17273)
* wip

* wip

* wip

* wip

* update version

* fix port git-tree sha

* wip

* restart ci

* restart ci

* update to 2.8.1

* retry

* Update harfbuzz.json

Co-authored-by: Jonliu1993 <13720414433@163.com>
2021-05-21 01:32:23 -07:00

44 lines
859 B
JSON

{
"name": "harfbuzz",
"version": "2.8.1",
"description": "HarfBuzz OpenType text shaping engine",
"homepage": "https://github.com/harfbuzz/harfbuzz",
"dependencies": [
{
"name": "freetype",
"default-features": false
},
{
"name": "gettext",
"platform": "osx"
}
],
"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"
]
}
}
}