forked from microsoft/winget-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvcpkg.json
More file actions
42 lines (42 loc) · 779 Bytes
/
Copy pathvcpkg.json
File metadata and controls
42 lines (42 loc) · 779 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
{
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
"dependencies": [
"correlation-vector-cpp",
{
"name": "curl",
"features": [
"c-ares"
]
},
"nlohmann-json",
"zlib"
],
"overrides": [
{
"name": "c-ares",
"version": "1.19.1"
},
{
"name": "correlation-vector-cpp",
"version": "1.0"
},
{
"name": "curl",
"version": "8.8.0"
},
{
"name": "nlohmann-json",
"version": "3.11.3"
},
{
"name": "zlib",
"version": "1.3.1"
}
],
"vcpkg-configuration": {
"overlay-triplets": [
"./VcpkgCustomTriplets"
]
},
"builtin-baseline": "1de2026f28ead93ff1773e6e680387643e914ea1"
}