-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
vcpkg.json
50 lines (50 loc) · 911 Bytes
/
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": "apexdc",
"version": "1.6.5",
"dependencies":
[
{
"name": "minizip",
"features":
[
"bzip2"
]
},
"miniupnpc",
"natpmp",
"openssl",
"wtl",
"zlib"
],
"overrides":
[
{
"name": "bzip2",
"version": "1.0.8"
},
{
"name": "minizip",
"version": "1.2.12"
},
{
"name": "miniupnpc",
"version": "2.2.5"
},
{
"name": "natpmp",
"version": "2023.6.18"
},
{
"name": "openssl",
"version": "3.1.4"
},
{
"name": "wtl",
"version": "10.0.10320"
},
{
"name": "zlib",
"version": "1.2.12"
}
]
}