mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 18:18:59 +08:00
65 lines
1.3 KiB
JSON
65 lines
1.3 KiB
JSON
{
|
|
"name": "harfbuzz",
|
|
"version": "8.0.0",
|
|
"description": "HarfBuzz OpenType text shaping engine",
|
|
"homepage": "https://github.com/harfbuzz/harfbuzz",
|
|
"license": "MIT-Modern-Variant",
|
|
"supports": "!uwp",
|
|
"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",
|
|
"supports": "osx"
|
|
},
|
|
"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"
|
|
]
|
|
},
|
|
"introspection": {
|
|
"description": "build with introspection",
|
|
"dependencies": [
|
|
"glib",
|
|
{
|
|
"name": "gobject-introspection",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "gobject-introspection",
|
|
"platform": "windows & x86"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|