mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-20 19:55:37 +08:00
fd9f5aab49
* feat : version up 0.11.1 * docs : update baseline
21 lines
450 B
JSON
21 lines
450 B
JSON
{
|
|
"name": "thorvg",
|
|
"version": "0.11.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",
|
|
"supports": "!windows"
|
|
}
|
|
}
|
|
}
|