vcpkg/ports/thorvg/vcpkg.json
jim wang a0dcd70862
[thorvg] Add usage and update version (#34839)
* 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
2023-11-02 10:48:21 -07:00

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"
}
}
}