mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-13 13:38:09 +08:00
37 lines
708 B
JSON
37 lines
708 B
JSON
|
{
|
||
|
"name": "harfbuzz",
|
||
|
"version-string": "2.7.4",
|
||
|
"description": "HarfBuzz OpenType text shaping engine",
|
||
|
"homepage": "https://github.com/harfbuzz/harfbuzz",
|
||
|
"dependencies": [
|
||
|
{
|
||
|
"name": "freetype",
|
||
|
"default-features": false
|
||
|
},
|
||
|
{
|
||
|
"name": "gettext",
|
||
|
"platform": "osx"
|
||
|
}
|
||
|
],
|
||
|
"features": {
|
||
|
"glib": {
|
||
|
"description": "Glib Unicode callbacks support",
|
||
|
"dependencies": [
|
||
|
"glib"
|
||
|
]
|
||
|
},
|
||
|
"graphite2": {
|
||
|
"description": "Graphite2 shaper support",
|
||
|
"dependencies": [
|
||
|
"graphite2"
|
||
|
]
|
||
|
},
|
||
|
"icu": {
|
||
|
"description": "icu support for harfbuzz",
|
||
|
"dependencies": [
|
||
|
"icu"
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
}
|