mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 14:49:33 +08:00
7ceccee7f8
* [graphviz] Cleanup * Refresh patches * Versions * Disable #pragma comment lib * DLLs without exports * [librsvg] Modernize * Revise vendored librsvg build * [libcroco] Revise vendored build * [librsvg] Revise vendored build, cont. * [libcroco] Fix version * [librsvg] Fix pc file * [librsvg] Fix config polyfill * Mingw fixes, no abs paths * No abs paths
16 lines
282 B
JSON
16 lines
282 B
JSON
{
|
|
"name": "libcroco",
|
|
"version": "0.6.13",
|
|
"port-version": 6,
|
|
"description": "A standalone css2 parsing and manipulation library",
|
|
"license": "LGPL-2.0-only",
|
|
"dependencies": [
|
|
"glib",
|
|
"libxml2",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|