-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathvcpkg.json
More file actions
64 lines (64 loc) · 1.05 KB
/
Copy pathvcpkg.json
File metadata and controls
64 lines (64 loc) · 1.05 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
63
64
{
"name": "d2bsng",
"version-string": "0.0.1",
"dependencies": [
"spdlog",
"fmt",
"sqlite3",
"stackwalker",
"detours",
"magic-enum",
"nlohmann-json",
{
"name": "imgui",
"features": [
"opengl2-binding",
"win32-binding"
]
},
{
"name": "ixwebsocket",
"default-features": false
}
],
"overrides": [
{
"name": "spdlog",
"version": "1.15.3"
},
{
"name": "fmt",
"version": "12.0.0"
},
{
"name": "sqlite3",
"version": "3.49.1"
},
{
"name": "stackwalker",
"version": "2023-06-24"
},
{
"name": "detours",
"version": "4.0.1",
"port-version": 8
},
{
"name": "imgui",
"version": "1.91.9"
},
{
"name": "magic-enum",
"version": "0.9.7"
},
{
"name": "nlohmann-json",
"version": "3.11.3"
},
{
"name": "ixwebsocket",
"version": "11.4.6"
}
],
"builtin-baseline": "74e6536215718009aae747d86d84b78376bf9e09"
}