vcpkg/ports/pango/vcpkg.json
Alonso Schaich b1d39d185e
[pango] Update to 1.10.12 (#28326)
* [pango] Update to 1.10.12 (microsoft#28325)

* [pango] regenerate versions registry (microsoft#28325)
2022-12-14 10:35:41 -08:00

37 lines
621 B
JSON

{
"name": "pango",
"version": "1.50.12",
"description": "Text and font handling library.",
"homepage": "https://ftp.gnome.org/pub/GNOME/sources/pango/",
"license": "LGPL-2.0-only",
"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
}
]
}