summaryrefslogtreecommitdiff
path: root/vcpkg.json
blob: ef3450b2aa0596bf1450987207b5d1ee009e17cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
  "name": "spaghettikart",
  "version": "1.0.0",
  "description": "A Mario Kart 64 port",
  "homepage": "https://github.com/HarbourMasters/SpaghettiKart",
  "dependencies": [
    "zlib",
    "bzip2",
    "libzip",
    "libpng",
    "sdl2",
    "sdl2-net",
    "glew",
    "glfw3",
    "nlohmann-json",
    "tinyxml2",
    "spdlog",
    "libogg",
    "libvorbis"
  ],
  "builtin-baseline": "2e58bb35ff7a3a037920d959ce20cb4d8c22319a",
  "overrides": []
}