aboutsummaryrefslogtreecommitdiff
path: root/ports/pixel/vcpkg.json
blob: a562aa8afbdf3598b157ad59b088e365adfb8e8a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "name": "pixel",
  "version-string": "0.3",
  "port-version": 2,
  "description": "Simple 2D Graphics based on standard and portable OpenGL.",
  "homepage": "https://github.com/dascandy/pixel",
  "supports": "!windows",
  "dependencies": [
    "glew",
    "opengl",
    "sdl2"
  ]
}