-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvcpkg.json
39 lines (39 loc) · 805 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
{
"name" : "raum",
"dependencies" : [ {
"name" : "spdlog",
"version>=" : "1.13.0"
}, {
"name" : "glm",
"version>=" : "1.0.1#1"
}, {
"name" : "shaderc",
"version>=" : "2023.7"
}, {
"name" : "vulkan-memory-allocator",
"version>=" : "3.0.1#4"
}, {
"name" : "boost-graph",
"version>=" : "1.84.0"
}, {
"name" : "boost-json",
"version>=" : "1.84.0"
}, {
"name" : "stb",
"version>=" : "2023-04-11#1"
}, {
"name" : "qtbase",
"version>=" : "6.6.1#10",
"features" : [ "vulkan" ]
}, {
"name" : "entt",
"version>=" : "3.13.1"
}, {
"name" : "tinygltf",
"version>=" : "2.8.20"
}, {
"name" : "sdl3",
"version>=" : "3.1.6-preview"
} ],
"builtin-baseline" : "813a241fb83adad503a391facaa6aa634631accc"
}