aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/tweeny/vcpkg.json
blob: 445152aa2a51921af6620c0c38a7fcd84d1f2bc0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "name": "tweeny",
  "version": "3.2.1",
  "description": "A modern C++ tweening library",
  "homepage": "https://github.com/mobius3/tweeny",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}