mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-30 00:32:19 +08:00
a0dcd70862
* add feature * update version * update version * fix feature * update version * fix feature * update version * update to 0.11.3 * update version * update * fix patch * update version * delete patch * update version
21 lines
450 B
JSON
21 lines
450 B
JSON
{
|
|
"name": "thorvg",
|
|
"version": "0.11.3",
|
|
"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",
|
|
"supports": "!windows"
|
|
}
|
|
}
|
|
}
|