vcpkg/ports/lunasvg/vcpkg.json
2023-07-14 16:21:37 -07:00

19 lines
367 B
JSON

{
"name": "lunasvg",
"version": "2.3.8",
"port-version": 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
}
]
}