forked from projection-engine/projection-engine
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvcpkg.json
40 lines (40 loc) · 866 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
{
"name" : "projection",
"version-string" : "0.0.1",
"builtin-baseline" : "78ba9711d30c64a6b40462c72f356c681e2255f3",
"dependencies" : [ {
"name" : "glfw3",
"version>=" : "3.3.8#2"
}, {
"name" : "imguizmo",
"version>=" : "1.83#1"
}, {
"name" : "glad",
"version>=" : "0.1.36"
}, {
"name" : "glm",
"version>=" : "2023-06-08"
}, {
"name" : "catch2",
"version>=" : "3.4.0"
}, {
"name" : "imgui",
"version>=" : "1.89.9",
"features" : [ "docking-experimental", "glfw-binding", "opengl3-binding" ]
}, {
"name" : "pugixml",
"version>=" : "1.13.0"
}, {
"name" : "spdlog",
"version>=" : "1.12.0"
}, {
"name" : "entt",
"version>=" : "3.12.2"
}, {
"name" : "webview2",
"version>=" : "1.0.2088.41"
}, {
"name" : "nlohmann-json",
"version>=" : "3.11.3"
} ]
}