1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
{
"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"
}
|