vcpkg/ports/thorvg/vcpkg.json
2023-08-22 14:58:25 -07:00

22 lines
471 B
JSON

{
"name": "thorvg",
"version": "0.10.1",
"port-version": 1,
"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"
}
}
}