mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 16:19:00 +08:00
19 lines
367 B
JSON
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
|
|
}
|
|
]
|
|
}
|