early-access version 2853
This commit is contained in:
50
externals/vcpkg/ports/harfbuzz/vcpkg.json
vendored
Executable file
50
externals/vcpkg/ports/harfbuzz/vcpkg.json
vendored
Executable file
@@ -0,0 +1,50 @@
|
||||
{
|
||||
"name": "harfbuzz",
|
||||
"version": "4.2.0",
|
||||
"port-version": 1,
|
||||
"description": "HarfBuzz OpenType text shaping engine",
|
||||
"homepage": "https://github.com/harfbuzz/harfbuzz",
|
||||
"license": "MIT-Modern-Variant",
|
||||
"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"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user