mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-13 20:28:26 +08:00
0e49ef48d4
Co-authored-by: jim wang <122244446+jimwang118@users.noreply.github.com>
24 lines
460 B
JSON
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
|
|
}
|
|
]
|
|
}
|