mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-04 21:09:06 +08:00
ef08720ac2
* [thorvg] create a new port * [thorvg] update baseline * [thorvg] fix windows install * [thorvg] disable arm-uwp * [thorvg] use DEBUG/RELEASE options for bindir * Update ports/thorvg/portfile.cmake Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com> * [thorvg] update git-tree SHA Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
20 lines
419 B
JSON
20 lines
419 B
JSON
{
|
|
"name": "thorvg",
|
|
"version": "0.8.2",
|
|
"description": "ThorVG is a platform-independent portable library for drawing vector-based scenes and animations",
|
|
"homepage": "https://www.thorvg.org",
|
|
"license": "MIT",
|
|
"supports": "!(arm & uwp)",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-tool-meson",
|
|
"host": true
|
|
}
|
|
],
|
|
"features": {
|
|
"tools": {
|
|
"description": "Build tools"
|
|
}
|
|
}
|
|
}
|