-
Notifications
You must be signed in to change notification settings - Fork 116
Expand file tree
/
Copy pathvcpkg.json
More file actions
66 lines (66 loc) · 1.6 KB
/
vcpkg.json
File metadata and controls
66 lines (66 loc) · 1.6 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
{
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
"name": "communityshaders",
"license": "GPL-3.0",
"features": {
"commonlibsse-ng": {
"description": "Dependencies of clib-ng",
"dependencies": ["catch2", "fmt", "directxtk", "rapidcsv", "spdlog"]
}
},
"default-features": ["commonlibsse-ng"],
"dependencies": [
"bshoshany-thread-pool",
"clib-util",
"cppwinrt",
"directx-headers",
"directxtex",
"eastl",
"efsw",
{
"name": "imgui",
"features": ["dx11-binding", "win32-binding", "docking-experimental"]
},
"magic-enum",
"detours",
"nlohmann-json",
"pystring",
"renderdoc",
"stb",
"tracy",
"unordered-dense",
"xbyak"
],
"overrides": [
{
"name": "bshoshany-thread-pool",
"version": "5.1.0"
},
{
"name": "detours",
"version": "4.0.1",
"port-version": 8
},
{
"name": "eabase",
"version": "2025-08-01"
},
{
"name": "eastl",
"version": "3.27.1"
},
{
"name": "imgui",
"version": "1.92.6"
},
{
"name": "tracy",
"version": "0.13.1"
},
{
"name": "directx-headers",
"version": "1.614.1"
}
],
"builtin-baseline": "dddca6fa87f177e0678e2545c4b4636a44aa05bd"
}