mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 04:19:00 +08:00
8a07b5df24
* update qt to 6.1.2 * version stuff
23 lines
615 B
JSON
23 lines
615 B
JSON
{
|
|
"name": "qtlottie",
|
|
"version-semver": "6.1.2",
|
|
"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/",
|
|
"dependencies": [
|
|
{
|
|
"name": "qtbase",
|
|
"default-features": false
|
|
},
|
|
"qtdeclarative",
|
|
"qttools"
|
|
],
|
|
"default-features": [
|
|
"default-features"
|
|
],
|
|
"features": {
|
|
"default-features": {
|
|
"description": "Platform-dependent default features"
|
|
}
|
|
}
|
|
}
|