mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 22:29:01 +08:00
0cdde69abc
* [fribidi] Update to 1.0.11 * [harfbuzz] Update to 3.0.0 * update vcpkg.json * update version Co-authored-by: Jonliu1993 <13720414433@163.com>
44 lines
866 B
JSON
44 lines
866 B
JSON
{
|
|
"name": "harfbuzz",
|
|
"version-semver": "3.0.0",
|
|
"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"
|
|
]
|
|
}
|
|
}
|
|
}
|