mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 22:49:06 +08:00
e583724611
* Update pangomm port to 2.48.1 This update should fix #18824 * Updating version in vcpkg.json * Updating version database
22 lines
459 B
JSON
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"
|
|
]
|
|
}
|