vcpkg/ports/librsvg/vcpkg.json
2023-07-24 11:58:08 -07:00

23 lines
449 B
JSON

{
"name": "librsvg",
"version": "2.40.20",
"port-version": 8,
"description": "A small library to render Scalable Vector Graphics (SVG)",
"homepage": "https://gitlab.gnome.org/GNOME/librsvg",
"license": "LGPL-2.0-or-later",
"dependencies": [
"cairo",
"gdk-pixbuf",
"libcroco",
"pango",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}