forked from Thyodas/rtype
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvcpkg.json
30 lines (30 loc) · 1 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
{
"name": "nexo-engine",
"version-string": "0.1.0",
"description": "Nexo Engine",
"documentation": "https://nexoengine.github.io/game-engine/",
"builtin-baseline": "b2cb0da531c2f1f740045bfe7c4dac59f0b2b69c",
"dependencies": [
{
"name": "imgui",
"version>=": "1.95.0",
"features": [
"docking-experimental",
"glfw-binding",
"opengl3-binding"
]
},
{"name": "imguizmo", "version>=": "2024-05-29#1"},
{"name": "boost-preprocessor", "version>=": "1.86.0#0"},
{"name": "boost-dll", "version>=": "1.86.0#0"},
{"name": "joltphysics", "version>=": "5.1.0#2"},
{"name": "loguru", "version>=": "2.1.0#4"},
{"name": "glm", "version>=": "1.0.1#3"},
{"name": "glfw3", "version>=": "3.4#1"},
{"name": "glad", "version>=": "0.1.36#0"},
{"name": "stb", "version>=": "2024-07-29#1"},
{"name": "tinyfiledialogs", "version>=": "3.8.8#4"},
{"name": "gtest", "version>=": "1.15.2#0"},
{"name": "assimp", "version>=": "5.4.3#0"}
]
}