diff options
Diffstat (limited to 'vcpkg/ports/thorvg/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/thorvg/vcpkg.json | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/vcpkg/ports/thorvg/vcpkg.json b/vcpkg/ports/thorvg/vcpkg.json new file mode 100644 index 0000000..60ad955 --- /dev/null +++ b/vcpkg/ports/thorvg/vcpkg.json @@ -0,0 +1,19 @@ +{ + "name": "thorvg", + "version": "0.15.16", + "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" + } + } +} |