2021-01-25 10:47:30 +01:00
|
|
|
{
|
|
|
|
"name": "harfbuzz",
|
2023-01-21 07:09:08 +01:00
|
|
|
"version": "6.0.0",
|
2021-01-25 10:47:30 +01:00
|
|
|
"description": "HarfBuzz OpenType text shaping engine",
|
|
|
|
"homepage": "https://github.com/harfbuzz/harfbuzz",
|
2022-04-19 15:59:53 +02:00
|
|
|
"license": "MIT-Modern-Variant",
|
2021-01-25 10:47:30 +01:00
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "freetype",
|
|
|
|
"default-features": false
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "gettext",
|
|
|
|
"platform": "osx"
|
2021-12-03 00:48:34 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-tool-meson",
|
|
|
|
"host": true
|
2021-01-25 10:47:30 +01:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"features": {
|
2021-04-26 19:28:21 +02:00
|
|
|
"coretext": {
|
2022-06-09 00:44:40 +02:00
|
|
|
"description": "Enable CoreText shaper backend on macOS",
|
|
|
|
"supports": "osx"
|
2021-04-26 19:28:21 +02:00
|
|
|
},
|
2021-01-25 10:47:30 +01:00
|
|
|
"glib": {
|
|
|
|
"description": "Glib Unicode callbacks support",
|
|
|
|
"dependencies": [
|
2021-04-26 19:28:21 +02:00
|
|
|
"glib",
|
|
|
|
{
|
|
|
|
"name": "glib",
|
|
|
|
"host": true
|
|
|
|
}
|
2021-01-25 10:47:30 +01:00
|
|
|
]
|
|
|
|
},
|
|
|
|
"graphite2": {
|
|
|
|
"description": "Graphite2 shaper support",
|
|
|
|
"dependencies": [
|
|
|
|
"graphite2"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"icu": {
|
|
|
|
"description": "icu support for harfbuzz",
|
|
|
|
"dependencies": [
|
|
|
|
"icu"
|
|
|
|
]
|
2023-01-17 19:44:20 +00:00
|
|
|
},
|
|
|
|
"introspection": {
|
|
|
|
"description": "build with introspection",
|
|
|
|
"dependencies": [
|
|
|
|
"glib",
|
|
|
|
{
|
|
|
|
"name": "gobject-introspection",
|
|
|
|
"host": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "gobject-introspection",
|
|
|
|
"platform": "windows & x86"
|
|
|
|
}
|
|
|
|
]
|
2021-01-25 10:47:30 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|