vcpkg/ports/thorvg/vcpkg.json
rinechran 10da7d2a4d
[Thorvg] Update to 0.8.4 (#30440)
* [thorvg] version up v0.8.4

* [thorvg] baseline version
2023-03-28 13:43:30 -07:00

20 lines
419 B
JSON

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