summaryrefslogtreecommitdiff
path: root/vcpkg.json
diff options
context:
space:
mode:
authorNikita <69168929+nikitalita@users.noreply.github.com>2025-06-24 09:50:46 -0700
committerGitHub <noreply@github.com>2025-06-24 10:50:46 -0600
commit8132405bab98001fe028fdfe304b16c68086c9a8 (patch)
tree81e3c01899ab3aa7cd874c3268bc13138811cbfe /vcpkg.json
parent9e1543d434589fc3255b9ba45dbf838406f55cc4 (diff)
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
Diffstat (limited to 'vcpkg.json')
-rw-r--r--vcpkg.json23
1 files changed, 23 insertions, 0 deletions
diff --git a/vcpkg.json b/vcpkg.json
new file mode 100644
index 000000000..ef3450b2a
--- /dev/null
+++ b/vcpkg.json
@@ -0,0 +1,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": []
+}