mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-01 01:41:48 +08:00
89 lines
1.9 KiB
JSON
89 lines
1.9 KiB
JSON
{
|
|
"name": "harfbuzz",
|
|
"version": "10.0.1",
|
|
"description": "HarfBuzz OpenType text shaping engine",
|
|
"homepage": "https://github.com/harfbuzz/harfbuzz",
|
|
"license": "MIT-Modern-Variant",
|
|
"supports": "!uwp",
|
|
"dependencies": [
|
|
{
|
|
"name": "gettext",
|
|
"platform": "osx"
|
|
},
|
|
{
|
|
"name": "vcpkg-tool-meson",
|
|
"host": true
|
|
}
|
|
],
|
|
"default-features": [
|
|
"freetype"
|
|
],
|
|
"features": {
|
|
"cairo": {
|
|
"description": "Enable Cairo graphics library support",
|
|
"dependencies": [
|
|
{
|
|
"name": "cairo",
|
|
"default-features": false,
|
|
"features": [
|
|
"freetype"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"coretext": {
|
|
"description": "Enable CoreText shaper backend on macOS",
|
|
"supports": "osx"
|
|
},
|
|
"directwrite": {
|
|
"description": "Enable DirectWrite support on Windows",
|
|
"supports": "windows"
|
|
},
|
|
"experimental-api": {
|
|
"description": "Enable experimental api"
|
|
},
|
|
"freetype": {
|
|
"description": "Enable FreeType support",
|
|
"dependencies": [
|
|
{
|
|
"name": "freetype",
|
|
"default-features": false
|
|
}
|
|
]
|
|
},
|
|
"gdi": {
|
|
"description": "Enable GDI/Uniscribe support on Windows",
|
|
"supports": "windows"
|
|
},
|
|
"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",
|
|
"gobject-introspection"
|
|
]
|
|
}
|
|
}
|
|
}
|