aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/soil2/vcpkg.json
blob: 08a5013f029041e264a1a7fff3cf46d8e789ecb6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "name": "soil2",
  "version": "1.3.0",
  "port-version": 1,
  "description": "Simple OpenGL Image Library 2",
  "homepage": "https://github.com/SpartanJ/SOIL2",
  "license": "MIT-0",
  "supports": "!uwp & !android",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    }
  ]
}