mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-01 00:22:55 +08:00
32 lines
524 B
JSON
32 lines
524 B
JSON
|
{
|
||
|
"name": "pango",
|
||
|
"version": "1.48.0",
|
||
|
"description": "Text and font handling library.",
|
||
|
"homepage": "https://ftp.gnome.org/pub/GNOME/sources/pango/",
|
||
|
"dependencies": [
|
||
|
{
|
||
|
"name": "cairo",
|
||
|
"features": [
|
||
|
"gobject"
|
||
|
]
|
||
|
},
|
||
|
"fontconfig",
|
||
|
"freetype",
|
||
|
"fribidi",
|
||
|
"gettext",
|
||
|
"glib",
|
||
|
{
|
||
|
"name": "glib",
|
||
|
"host": true
|
||
|
},
|
||
|
"harfbuzz",
|
||
|
{
|
||
|
"name": "harfbuzz",
|
||
|
"features": [
|
||
|
"coretext"
|
||
|
],
|
||
|
"platform": "osx"
|
||
|
}
|
||
|
]
|
||
|
}
|