You've already forked SpaghettiKart
mirror of
https://github.com/izzy2lost/SpaghettiKart.git
synced 2026-03-26 16:57:37 -07:00
8132405bab
* add vcpkg support for installing dependencies * Change macos CI to use vcpkg for dependencies * actually fix CI for macos * fix SDL_net linking SDL_net was being linked twice * update baseline
24 lines
455 B
JSON
24 lines
455 B
JSON
{
|
|
"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": []
|
|
}
|