aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/libepoxy/vcpkg.json
blob: 8c736266e38d63775f6461f6cf6ad1db866bf721 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "name": "libepoxy",
  "version": "1.5.10",
  "port-version": 2,
  "description": "Epoxy is a library for handling OpenGL function pointer management for you",
  "homepage": "https://github.com/anholt/libepoxy",
  "license": "MIT",
  "supports": "!uwp & !(windows & staticcrt)",
  "dependencies": [
    {
      "name": "egl-registry",
      "platform": "!osx & !windows"
    },
    {
      "name": "vcpkg-tool-meson",
      "host": true
    }
  ]
}