-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvcpkg.json
44 lines (44 loc) · 1.08 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
{
"name" : "realvirtuality",
"version-string" : "1.0.0",
"builtin-baseline" : "d5b03c125afee1d9cef38f4cfa77e229400fb48a",
"dependencies" : [ {
"name" : "glm",
"version>=" : "0.9.9.8#2"
}, {
"name" : "glfw3",
"version>=" : "3.3.8#2"
}, {
"name" : "fmt",
"version>=" : "10.1.0"
}, {
"name" : "glad",
"version>=" : "0.1.36"
}, {
"name" : "imgui",
"version>=" : "1.89.7",
"$comment" : " # this is heuristically generated, and may not be correct\n\n find_package(imgui CONFIG REQUIRED)\n\n target_link_libraries(main PRIVATE imgui::imgui)\n",
"features" : [ "docking-experimental", "glfw-binding", "opengl3-binding" ]
}, {
"name" : "stb",
"version>=" : "2023-04-11#1"
}, {
"name" : "assimp",
"version>=" : "5.2.5"
}, {
"name" : "tracy",
"version>=" : "0.10.0#2"
}, {
"name" : "entt",
"version>=" : "3.12.2"
}, {
"name" : "imguizmo",
"version>=" : "1.83#1"
}, {
"name" : "yaml-cpp",
"version>=" : "0.7.0#1"
}, {
"name" : "joltphysics",
"version>=" : "4.0.0"
} ]
}