Files
SpaghettiKart/vcpkg.json
Nikita 8132405bab Add vcpkg.json, change MacOS CI to use that (#346)
* 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
2025-06-24 10:50:46 -06:00

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": []
}