-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvcpkg.json
58 lines (58 loc) · 1.12 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
51
52
53
54
55
56
57
58
{
"name": "eureka",
"version-string": "1.0.0",
"builtin-baseline": "231a73946227380d63e3d68d0322a01ea921524a",
"dependencies": [
"asio",
{
"name": "asio-grpc",
"features" :["boost-container"],
"version>=": "2.4.0"
},
"boost-container",
"boost-hana",
"boost-lockfree",
"boost-pool",
"catch2",
"concurrencpp",
{
"name": "directx-dxc",
"version>=": "2022-12-16"
},
"eigen3",
"function2",
"glfw3",
"glm",
{
"name": "imgui",
"default-features": true,
"features": [ "docking-experimental" ]
},
{
"name": "implot",
"version>=": "0.14"
},
"grpc",
{
"name": "grpc",
"default-features": true,
"features": [ "codegen" ]
},
"nlohmann-json",
"palsigslot",
"shaderc",
"spdlog",
"tinygltf",
"volk",
"vulkan-headers",
"vulkan-memory-allocator"
],
"features":
{
"vcpkg-optional-unused" :
{
"description": "unused",
"dependencies": ["vulkan", "spirv-reflect"]
}
}
}