-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvcpkg.json
45 lines (45 loc) · 1016 Bytes
/
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
{
"name": "haflsl",
"version": "0.1.0",
"dependencies": [
{
"name": "daxa",
"features": [
"utils-imgui",
"utils-mem",
"utils-pipeline-manager-glslang",
"utils-task-list"
]
},
{
"name": "glfw3",
"features": [
"xlib",
"wayland"
]
},
{
"name": "imgui",
"features": [
"glfw-binding",
"docking-experimental"
]
},
"spdlog",
"fast-float",
"shaderc",
"spirv-tools",
"spirv-headers",
"spirv-cross",
"spirv-reflect"
],
"builtin-baseline": "959f8e317599dd439bc86f5cb5f0aca648d88c3f",
"vcpkg-configuration": {
"overlay-ports": [
"/home/lukas/dev/projects/Daxa/cmake/vcpkg-port",
"/home/lukas/dev/projects/Daxa/cmake/vcpkg-overlay-ports/dxc",
"/home/lukas/dev/projects/Daxa/cmake/vcpkg-overlay-ports/glfw3",
"/home/lukas/dev/projects/Daxa/cmake/vcpkg-overlay-ports/fsr2"
]
}
}