vcpkg/ports/thorvg/vcpkg.json
rinechran 74b5049dea
[Thorvg] Update Thorvg port to v0.12.1 (#36179)
* update :  thorvg 0.12.1

* update : baseline update

* update : tools

* update : baseline

* update : not support uwp

* update : baseline
2024-01-17 11:51:42 -08:00

20 lines
412 B
JSON

{
"name": "thorvg",
"version": "0.12.1",
"description": "ThorVG is a platform-independent portable library for drawing vector-based scenes and animations",
"homepage": "https://www.thorvg.org",
"license": "MIT",
"supports": "!uwp",
"dependencies": [
{
"name": "vcpkg-tool-meson",
"host": true
}
],
"features": {
"tools": {
"description": "Build tools"
}
}
}