diff options
Diffstat (limited to 'vcpkg/ports/qtlottie/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/qtlottie/vcpkg.json | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/vcpkg/ports/qtlottie/vcpkg.json b/vcpkg/ports/qtlottie/vcpkg.json new file mode 100644 index 0000000..e260731 --- /dev/null +++ b/vcpkg/ports/qtlottie/vcpkg.json @@ -0,0 +1,25 @@ +{ + "name": "qtlottie", + "version": "6.9.1", + "description": "Lottie is a family of player software for a certain json-based file format for describing 2d vector graphics animations. These files are created/exported directly from After Effects by a plugin called Bodymovin.", + "homepage": "https://www.qt.io/", + "license": null, + "dependencies": [ + { + "name": "qtbase", + "default-features": false, + "features": [ + "gui" + ] + }, + { + "name": "qtdeclarative", + "default-features": false + } + ], + "features": { + "qml": { + "description": "(deprecated since Qt 6.4)" + } + } +} |