aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/libspng/vcpkg.json
blob: ce125080115d041db0f2513f013bb3c4d28f0b6e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "libspng",
  "version": "0.7.4",
  "description": "Simple, modern libpng alternative",
  "homepage": "https://github.com/randy408/libspng",
  "license": "BSD-2-Clause",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    },
    "zlib"
  ]
}