aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/gamedev-framework/vcpkg.json
blob: 17bcae7c3eba93347c832ff578bc7ca667a23727 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
  "name": "gamedev-framework",
  "version-semver": "1.2.0",
  "maintainers": [
    "Julien Bernard <julien.bernard@univ-fcomte.fr>",
    "Arthur Hugeat <hugeat.arthur@gmail.com>"
  ],
  "description": "gamedev-framework is a framework to build 2D games in C++17",
  "homepage": "https://gamedevframework.github.io/",
  "license": "Zlib",
  "supports": "!arm & !android",
  "dependencies": [
    "boost-algorithm",
    "boost-container",
    "boost-filesystem",
    "boost-heap",
    "freetype",
    "pugixml",
    {
      "name": "sdl2",
      "default-features": false,
      "features": [
        "x11"
      ],
      "platform": "linux"
    },
    {
      "name": "sdl2",
      "platform": "!linux"
    },
    "stb",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    },
    "zlib"
  ]
}