vcpkg/ports/thorvg/vcpkg.json
rinechran 43ab3a1bf0
[Thorvg] Update Thorvg port to v0.10.1 (#33214)
* feat : update thorvg 0.10.1

* update : baseline
2023-08-16 12:23:42 -07:00

20 lines
420 B
JSON

{
"name": "thorvg",
"version": "0.10.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"
}
}
}