mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-04 22:49:06 +08:00
76975f7381
* [pango] Update pango to 1.50.3 (microsoft#22174) * [pangomm] Update pangomm to 1.50.0 (microsoft#22175) Co-authored-by: Schaich <alonso.schaich@sodgeit.de>
26 lines
525 B
JSON
26 lines
525 B
JSON
{
|
|
"name": "pangomm",
|
|
"version": "2.50.0",
|
|
"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",
|
|
{
|
|
"name": "vcpkg-tool-meson",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|