-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathvcpkg.json
74 lines (74 loc) · 1.21 KB
/
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"dependencies": [
{
"name": "boost-algorithm",
"version>=": "1.85.0#1"
},
{
"name": "boost-asio",
"version>=": "1.85.0#2"
},
{
"name": "boost-crc",
"version>=": "1.85.0#1"
},
{
"name": "boost-iostreams",
"version>=": "1.85.0#1"
},
{
"name": "boost-locale",
"version>=": "1.85.0#2"
},
{
"name": "cli11",
"version>=": "2.4.2"
},
{
"name": "directxtex",
"features": [
"dx11"
],
"version>=": "2024-06-04"
},
{
"name": "directxtk",
"version>=": "2024-06-04"
},
{
"name": "gtest",
"version>=": "1.14.0#1"
},
{
"name": "json-schema-validator",
"version>=": "2.3.0#2"
},
{
"name": "miniz",
"version>=": "3.0.2"
},
{
"name": "nlohmann-json",
"version>=": "3.11.3#1"
},
{
"name": "rsm-bsa",
"features": [
"xmem"
],
"version>=": "4.1.0"
},
{
"name": "spdlog",
"features": [
"wchar"
],
"version>=": "1.15.0#1"
},
{
"name": "wxwidgets",
"version>=": "3.2.5#3"
},
"cpptrace"
]
}