aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/sdl2-net/vcpkg.json
blob: 72a7076ec34c146c46d7dc3590ab16db5ab601b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "name": "sdl2-net",
  "version": "2.2.0",
  "port-version": 3,
  "description": "Networking library for SDL",
  "homepage": "https://github.com/libsdl-org/SDL_net",
  "license": "Zlib",
  "dependencies": [
    {
      "name": "sdl2",
      "default-features": false
    },
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}