Files
SpaghettiKart/vcpkg.json
T
coco875 5b79a1c910 Improve cmake, make release need less dependancy and clean up some file (#584)
* Update CMakeLists.txt

* try something to use less dependancy

* improve script

* Delete addr_to_sym.py

* restore dockerfile

* move the docker for release and a script to execute it to script

* Delete build.sh

* move more script to script folder

* add the new docker in the CI

* Update vcpkg.json

* fix windows and macos in theory
2025-12-08 08:49:21 -07:00

36 lines
686 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",
{
"name": "sdl2",
"features": ["x11", "alsa", "wayland"],
"platform": "linux",
"default-features": false
},
{
"name": "sdl2",
"platform": "windows"
},
{
"name": "sdl2",
"platform": "osx"
},
"sdl2-net",
"glew",
"glfw3",
"nlohmann-json",
"tinyxml2",
"spdlog",
"libogg",
"libvorbis"
],
"builtin-baseline": "2e58bb35ff7a3a037920d959ce20cb4d8c22319a"
}