36 lines
686 B
JSON
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"
|
|
}
|