-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathvcpkg.json
More file actions
95 lines (95 loc) · 1.72 KB
/
vcpkg.json
File metadata and controls
95 lines (95 loc) · 1.72 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
{
"name": "field-map-editor",
"version": "1.0.5",
"builtin-baseline": "4334d8b4c8916018600212ab4dd4bbdc343065d1",
"dependencies": [
"lz4",
"spdlog",
"glfw3",
"glew",
"glm",
"dacap-clip",
{
"name": "imgui",
"default-features": true,
"features": [
"docking-experimental",
"glfw-binding",
"opengl3-binding"
]
},
"bext-ut",
"tomlplusplus",
"libpng",
"stb",
"iconfontcppheaders",
"ctre"
],
"overrides": [
{
"name": "lz4",
"version": "1.10.0",
"port-version": 0
},
{
"name": "spdlog",
"version": "1.15.3",
"port-version": 0
},
{
"name": "glfw3",
"version": "3.4",
"port-version": 0
},
{
"name": "glew",
"version": "2.2.0",
"port-version": 6
},
{
"name": "glm",
"version": "1.0.1",
"port-version": 3
},
{
"name": "imgui",
"version": "1.91.9",
"port-version": 0
},
{
"name": "bext-ut",
"version": "2.0.1",
"port-version": 0
},
{
"name": "tomlplusplus",
"version": "3.4.0",
"port-version": 1
},
{
"name": "libpng",
"version": "1.6.50",
"port-version": 0
},
{
"name": "stb",
"version": "2024-07-29",
"port-version": 1
},
{
"name": "iconfontcppheaders",
"version": "1.0.0",
"port-version": 0
},
{
"name": "ctre",
"version": "3.10.0",
"port-version": 0
},
{
"name": "dacap-clip",
"version": "1.11",
"port-version": 0
}
]
}