aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/butteraugli/vcpkg.json
blob: 24aa8b5e1c8b840ad8e43e7fe35f2d6aabe9363c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "name": "butteraugli",
  "version-date": "2019-05-08",
  "port-version": 4,
  "description": "butteraugli estimates the psychovisual difference between two images",
  "homepage": "https://github.com/google/butteraugli",
  "dependencies": [
    "libjpeg-turbo",
    "libpng",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}