-
Notifications
You must be signed in to change notification settings - Fork 168
Expand file tree
/
Copy pathvcpkg.json
More file actions
58 lines (58 loc) · 1.04 KB
/
Copy pathvcpkg.json
File metadata and controls
58 lines (58 loc) · 1.04 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
{
"name": "cwr",
"version": "1.0",
"dependencies": [
"catch2",
"cjson",
{ "name": "curl", "features": ["ssl"] },
"glslang",
"cli11",
"stb",
"mimalloc",
"zstd",
{ "name": "sdl3", "version>=": "3.4.10#1" },
"openal-soft",
"opus",
"libogg",
"libvorbis",
"enkits",
"sse2neon",
{
"name": "imgui",
"features": ["sdl3-binding", "sdl3-renderer-binding", "opengl3-binding", "freetype", "test-engine"]
},
{
"name": "spdlog",
"features": ["wchar"],
"platform": "windows"
},
{
"name": "spdlog",
"platform": "!windows"
}
],
"builtin-baseline": "170bd3bfb152a1795b67b5c2190ab7d899fc9971",
"overrides": [
{
"name": "imgui",
"version": "1.92.8",
"port-version": 1
},
{
"name": "catch2",
"version": "3.5.2"
},
{
"name": "cli11",
"version": "2.4.0"
},
{
"name": "mimalloc",
"version": "2.2.4"
},
{
"name": "spdlog",
"version": "1.15.1"
}
]
}