vcpkg/ports/pangomm/vcpkg.json
HrOokami e583724611
[pangomm] Update to 2.48.1 (#20293)
* Update pangomm port to 2.48.1

This update should fix #18824

* Updating version in vcpkg.json

* Updating version database
2021-09-23 17:53:54 -07:00

22 lines
459 B
JSON

{
"name": "pangomm",
"version": "2.48.1",
"description": "pangomm is the official C++ interface for the Pango font layout library. See, for instance, the Pango::Layout class.",
"homepage": "https://ftp.gnome.org/pub/GNOME/sources/pangomm",
"dependencies": [
"cairo",
"cairomm",
"fontconfig",
"freetype",
"gettext",
"glib",
{
"name": "glib",
"host": true
},
"glibmm",
"harfbuzz",
"pango"
]
}