-
Notifications
You must be signed in to change notification settings - Fork 198
Expand file tree
/
Copy pathvcpkg.json
More file actions
62 lines (62 loc) · 1.19 KB
/
vcpkg.json
File metadata and controls
62 lines (62 loc) · 1.19 KB
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
"name": "srb2",
"version": "1.0.0",
"builtin-baseline": "d5ec528843d29e3a52d745a64b469f810b2cedbf",
"dependencies": [
{
"name": "curl",
"platform": "!wasm32"
},
{
"name": "curl",
"default-features": false,
"features": [
"mbedtls"
],
"platform": "wasm32",
"version>=": "7.74.0#5"
},
"libgme",
"libopenmpt",
"libpng",
"miniupnpc",
{
"name": "sdl2",
"platform": "!linux"
},
{
"name": "sdl2",
"default-features": false,
"features": [
"wayland",
"x11"
],
"platform": "linux",
"version>=": "2.30.6#2"
},
{
"name": "sdl2-mixer-ext",
"features": [
{
"name": "fluidsynth",
"platform": "!static"
},
{
"name": "libflac",
"platform": "!emscripten"
},
"libgme",
"libmodplug",
"libvorbis",
"libxmp",
"mpg123",
"opusfile",
"pxtone",
"timidity"
],
"version>=": "2.6.0#0"
},
"zlib"
]
}