vcpkg/ports/pangomm/vcpkg.json
Alonso Schaich f049378e6f
[pangomm] update to 1.50.1 (microsoft#27377) (#27378)
* [pangomm] update to 1.50.1 (microsoft#27377)

* [pangomm] update to 1.50.1 (microsoft#27377)
2022-10-28 21:35:07 -07:00

28 lines
563 B
JSON

{
"name": "pangomm",
"version": "2.50.1",
"description": "pangomm is the official C++ interface for the Pango font layout library. See, for instance, the Pango::Layout class.",
"homepage": "https://gitlab.gnome.org/GNOME/pangomm",
"license": "LGPL-2.1",
"supports": "!arm",
"dependencies": [
"cairo",
"cairomm",
"fontconfig",
"freetype",
"gettext",
"glib",
{
"name": "glib",
"host": true
},
"glibmm",
"harfbuzz",
"pango",
{
"name": "vcpkg-tool-meson",
"host": true
}
]
}