mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-12 01:39:00 +08:00
c1c6eb92e9
Update Pango to Version 1.48.10 See https://gitlab.gnome.org/GNOME/pango/-/blob/pango-1-48/NEWS for a list of changes Co-authored-by: Schaich <alonso.schaich@sodgeit.de>
32 lines
525 B
JSON
32 lines
525 B
JSON
{
|
|
"name": "pango",
|
|
"version": "1.48.10",
|
|
"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"
|
|
}
|
|
]
|
|
}
|