forked from KoroneX/Korone-Bootstrapper
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvcpkg.json
More file actions
51 lines (51 loc) · 926 Bytes
/
Copy pathvcpkg.json
File metadata and controls
51 lines (51 loc) · 926 Bytes
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
{
"name": "bootstrapper",
"version": "1.0.0",
"builtin-baseline": "7e19f3c64cb636ee21f41bfe8558a6dfaae6236f",
"dependencies": [
"boost-asio",
"boost-foreach",
"boost-lexical-cast",
"boost-property-tree",
"boost-thread",
{
"name": "boost-asio",
"version>=": "1.81.0"
},
{
"name": "boost-foreach",
"version>=": "1.81.0"
},
{
"name": "boost-lexical-cast",
"version>=": "1.81.0"
},
{
"name": "boost-property-tree",
"version>=": "1.81.0"
},
{
"name": "boost-thread",
"version>=": "1.81.0"
},
{
"name": "cpr",
"version>=": "1.9.3",
"features": [
"ssl"
]
},
{
"name": "rapidjson",
"version>=": "2022-06-28#3"
},
{
"name": "zlib",
"version>=": "1.2.13"
},
{
"name": "minizip",
"version>=": "1.2.13"
}
]
}