-
Notifications
You must be signed in to change notification settings - Fork 38
Expand file tree
/
Copy pathvcpkg.json
More file actions
62 lines (62 loc) · 1.03 KB
/
vcpkg.json
File metadata and controls
62 lines (62 loc) · 1.03 KB
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
52
53
54
55
56
57
58
59
60
61
62
{
"name": "strategr",
"version": "0.1.0",
"dependencies": [
"catch2",
"utf8proc",
"nlohmann-json",
"boost-uuid",
"qt5-base",
{
"name": "qt5-macextras",
"platform": "osx"
},
{
"name": "qt5-winextras",
"platform": "windows"
},
{
"name": "winsparkle",
"platform": "windows"
},
{
"name": "sparkle",
"platform": "osx"
}
],
"builtin-baseline": "984f9232b2fe0eb94f5e9f161d6c632c581fff0c",
"overrides": [
{
"name": "catch2",
"version": "2.13.9"
},
{
"name": "utf8proc",
"version": "2.10.0"
},
{
"name": "nlohmann-json",
"version": "3.11.2"
},
{
"name": "boost-uuid",
"version": "1.83.0"
},
{
"name": "qt5-base",
"version": "5.15.12"
},
{
"name": "qt5-macextras",
"version": "5.15.12"
},
{
"name": "qt5-winextras",
"version": "5.15.12"
},
{
"name": "winsparkle",
"version": "0.9.0"
}
]
}