mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 20:32:00 +08:00
d95f86ca08
* [librsvg] Remove debug postfix * Update the baseline version
22 lines
415 B
JSON
22 lines
415 B
JSON
{
|
|
"name": "librsvg",
|
|
"version": "2.40.20",
|
|
"port-version": 5,
|
|
"description": "A small library to render Scalable Vector Graphics (SVG)",
|
|
"homepage": "https://gitlab.gnome.org/GNOME/librsvg",
|
|
"dependencies": [
|
|
"cairo",
|
|
"gdk-pixbuf",
|
|
"libcroco",
|
|
"pango",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|