vcpkg/ports/librsvg/vcpkg.json
Phoebe d95f86ca08
[librsvg] Remove debug postfix (#19460)
* [librsvg] Remove debug postfix

* Update the baseline version
2021-08-09 08:56:04 -07:00

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
}
]
}