aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/rlottie/vcpkg.json
blob: fb3b28eecd8b3221c6aaf797fe484a00b4c8da0c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "rlottie",
  "version-date": "2024-08-26",
  "description": "A platform independent standalone library that plays Lottie Animation.",
  "homepage": "https://github.com/Samsung/rlottie",
  "dependencies": [
    "rapidjson",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}