-
Notifications
You must be signed in to change notification settings - Fork 15
/
vcpkg.json
50 lines (50 loc) · 1.03 KB
/
vcpkg.json
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
{
"name" : "wotw-rando-client",
"version-string" : "1.0.0",
"builtin-baseline" : "cd5e746ec203c8c3c61647e0886a8df8c1e78e41",
"dependencies" : [ {
"name" : "stb",
"version>=" : "2024-07-29#1"
}, {
"name" : "ixwebsocket",
"version>=" : "11.4.5#0",
"default-features" : false,
"features" : [ "openssl" ]
}, {
"name" : "tclap",
"version>=" : "1.2.5"
}, {
"name" : "cppzmq",
"version>=" : "4.10.0"
}, {
"name" : "detours",
"version>=" : "4.0.1#8"
}, {
"name" : "cpp-httplib",
"version>=" : "0.15.3"
}, {
"name" : "libremidi",
"version>=" : "4.5.0"
}, {
"name" : "magic-enum",
"version>=" : "0.9.5"
}, {
"name" : "neargye-semver",
"version>=" : "0.3.1"
}, {
"name" : "nlohmann-json",
"version>=" : "3.11.3"
}, {
"name" : "openssl",
"version>=" : "3.4.0"
}, {
"name" : "protobuf",
"version>=" : "3.21.12#4"
}, {
"name" : "sdl2",
"version>=" : "2.30.8"
}, {
"name" : "stduuid",
"version>=" : "1.2.3"
} ]
}