mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 02:19:00 +08:00
50e31cc20e
plus minor portfile changes.
18 lines
408 B
JSON
18 lines
408 B
JSON
{
|
|
"name": "nanosvg",
|
|
"version-date": "2023-12-29",
|
|
"description": "NanoSVG is a simple stupid single-header-file SVG parser. It is accompanied by a simple SVG rasterizer.",
|
|
"homepage": "https://github.com/memononen/nanosvg",
|
|
"license": "Zlib",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|