vcpkg/ports/librsvg/vcpkg.json
Don Olmstead 0e49ef48d4
[libxml2] Update to v2.13.5 (#42528)
Co-authored-by: jim wang <122244446+jimwang118@users.noreply.github.com>
2024-12-12 15:24:27 -05:00

24 lines
460 B
JSON

{
"name": "librsvg",
"version": "2.40.21",
"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",
"fontconfig",
"gdk-pixbuf",
"glib",
"libcroco",
{
"name": "libxml2",
"default-features": false
},
"pango",
{
"name": "vcpkg-cmake",
"host": true
}
]
}