vcpkg/ports/lunasvg/vcpkg.json
2024-08-26 01:04:51 -07:00

18 lines
346 B
JSON

{
"name": "lunasvg",
"version": "2.4.1",
"description": "lunasvg is a standalone SVG rendering library in C++",
"homepage": "https://github.com/sammycage/lunasvg",
"license": "MIT",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}