vcpkg/ports/thorvg/vcpkg.json
Hermet Park 003ffad414
[thorvg] update to 0.14.6 (#40511)
Co-authored-by: Lily Wang <94091114+LilyWangLL@users.noreply.github.com>
2024-08-20 23:10:37 -07:00

20 lines
412 B
JSON

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