mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 11:40:48 +08:00
76975f7381
* [pango] Update pango to 1.50.3 (microsoft#22174) * [pangomm] Update pangomm to 1.50.0 (microsoft#22175) Co-authored-by: Schaich <alonso.schaich@sodgeit.de>
36 lines
590 B
JSON
36 lines
590 B
JSON
{
|
|
"name": "pango",
|
|
"version": "1.50.3",
|
|
"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"
|
|
},
|
|
{
|
|
"name": "vcpkg-tool-meson",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|