2022-11-01 08:02:52 +08:00
|
|
|
{
|
|
|
|
"name": "thorvg",
|
2024-01-18 03:51:42 +08:00
|
|
|
"version": "0.12.1",
|
2024-03-12 05:09:15 +08:00
|
|
|
"port-version": 1,
|
2022-11-01 08:02:52 +08:00
|
|
|
"description": "ThorVG is a platform-independent portable library for drawing vector-based scenes and animations",
|
|
|
|
"homepage": "https://www.thorvg.org",
|
|
|
|
"license": "MIT",
|
2024-01-18 03:51:42 +08:00
|
|
|
"supports": "!uwp",
|
2022-11-01 08:02:52 +08:00
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "vcpkg-tool-meson",
|
|
|
|
"host": true
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"features": {
|
|
|
|
"tools": {
|
2024-01-18 03:51:42 +08:00
|
|
|
"description": "Build tools"
|
2022-11-01 08:02:52 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|