mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 23:19:05 +08:00
6dff39f134
* [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
18 lines
346 B
JSON
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
|
|
}
|
|
]
|
|
}
|