vcpkg/ports/lunasvg/vcpkg.json
Leonid Pospelov 6dff39f134
[lunasvg] Add new port (#23867)
* [lunasvg] Add new port

* Run x-add-version

* Update portfile.cmake

* Add license to vcpkg.json

* Update lunasvg.json

* Replace tabs with spaces

* Run x-add-version

* Update vcpkg.json

* Update lunasvg.json
2022-04-05 11:07:47 -07:00

18 lines
346 B
JSON

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