mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-02 22:49:07 +08:00
bd67c9cc24
* update : thorvg version update * update : baseline * feat : not supoort windows * update : thovg.json * fix : supports * update : port version up * update : not support windows * update : base line * feat : update windows support * update : x-add-version
20 lines
420 B
JSON
20 lines
420 B
JSON
{
|
|
"name": "thorvg",
|
|
"version": "0.10.0",
|
|
"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"
|
|
}
|
|
}
|
|
}
|