-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathvcpkg.json
More file actions
47 lines (47 loc) · 757 Bytes
/
vcpkg.json
File metadata and controls
47 lines (47 loc) · 757 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
43
44
45
46
47
{
"dependencies": [
"glfw3",
"eastl",
"catch2",
{
"name": "imgui",
"features": [
"docking-experimental",
{"name": "dx12-binding", "platform": "windows"},
{"name": "metal-binding", "platform": "osx"}
]
},
{
"name": "abseil",
"features": [
"cxx17"
]
}
],
"overrides": [
{
"name": "glfw3",
"version": "3.3.7"
},
{
"name": "imgui",
"version": "1.89.9"
},
{
"name": "eabase",
"version": "2024-08-18"
},
{
"name": "eastl",
"version": "3.21.23"
},
{
"name": "catch2",
"version": "3.8.0"
},
{
"name": "abseil",
"version": "20250127.1"
}
]
}