2021-01-25 10:47:30 +01:00
|
|
|
{
|
|
|
|
"name": "harfbuzz",
|
|
|
|
"version-string": "2.7.4",
|
2021-03-11 21:16:08 +01:00
|
|
|
"port-version": 1,
|
2021-01-25 10:47:30 +01:00
|
|
|
"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"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|