-
Notifications
You must be signed in to change notification settings - Fork 9.2k
Expand file tree
/
Copy pathvcpkg.json
More file actions
48 lines (48 loc) · 1007 Bytes
/
vcpkg.json
File metadata and controls
48 lines (48 loc) · 1007 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
{
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
"dependencies": [
"fmt",
"ms-gsl"
],
"features": {
"terminal": {
"description": "Components required for Windows Terminal; separated out to make the Windows conhost build work",
"dependencies": [
"jsoncpp",
"cli11",
"cmark"
]
}
},
"overrides": [
{
"name": "fmt",
"version": "12.1.0"
},
{
"name": "ms-gsl",
"version": "3.1.0"
},
{
"name": "jsoncpp",
"version": "1.9.6"
},
{
"name": "cli11",
"version": "2.6.1"
},
{
"name": "cmark",
"version": "0.31.1"
}
],
"builtin-baseline": "15e5f3820f0370f1ba7150853762cec0688cd396",
"vcpkg-configuration": {
"overlay-triplets": [
"./dep/vcpkg-overlay-triplets"
],
"overlay-ports": [
"./dep/vcpkg-overlay-ports"
]
}
}