-
Notifications
You must be signed in to change notification settings - Fork 33
Expand file tree
/
Copy pathvcpkg.json
More file actions
39 lines (37 loc) · 781 Bytes
/
Copy pathvcpkg.json
File metadata and controls
39 lines (37 loc) · 781 Bytes
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
{
"builtin-baseline": "d5bc0e71e06dfe6594ffb8fb2430919f1b435f94",
"dependencies": [
"gtest",
"fmt",
"scnlib",
"magic-enum",
"nlohmann-json",
"lua",
"sol2",
"pybind11",
"assimp",
"freetype",
"glew",
"glfw3",
"glm",
"stb",
"entt",
"termcolor",
"bullet3",
"recast",
"sfml",
"imgui-sfml",
{
"name": "imgui",
"features": [
"docking-experimental",
"glfw-binding",
"opengl3-binding"
]
}
],
"overrides": [
{ "name": "assimp", "version": "5.0.1" },
{ "name": "sol2", "version": "3.2.2" }
]
}