forked from doodlum/skyrim-community-shaders
-
Notifications
You must be signed in to change notification settings - Fork 0
/
vcpkg.json
50 lines (50 loc) · 1.07 KB
/
vcpkg.json
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
{
"$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",
"directxtex",
"eastl",
"efsw",
{
"name": "imgui",
"features": ["dx11-binding", "win32-binding", "docking-experimental"]
},
"magic-enum",
"nlohmann-json",
"pystring",
"tracy",
"unordered-dense",
"xbyak"
],
"overrides": [
{
"name": "bshoshany-thread-pool",
"version": "3.5.0"
},
{
"name": "imgui",
"version": "1.90"
},
{
"name": "tracy",
"version": "0.11.0"
},
{
"name": "magic-enum",
"version": "0.9.6",
"port-version": 1
}
],
"builtin-baseline": "98aa6396292d57e737a6ef999d4225ca488859d5"
}