forked from tx-code/OcctImgui
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvcpkg.json
More file actions
35 lines (35 loc) · 690 Bytes
/
vcpkg.json
File metadata and controls
35 lines (35 loc) · 690 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
{
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg/master/scripts/vcpkg.schema.json",
"name": "occtimgui",
"version": "1.0.0",
"builtin-baseline": "8d478ade78ecee40063d89c435e4baf9d0529deb",
"dependencies": [
"opencascade",
{
"name": "imgui",
"features": ["glfw-binding", "opengl3-binding"]
},
"glfw3",
"netgen",
"boost-signals2",
"boost-test",
"spdlog",
{
"name": "libigl",
"features": ["cgal"]
},
"eigen3",
"nlohmann-json",
"gtest"
],
"overrides": [
{
"name": "fmt",
"version": "11.2.0"
},
{
"name": "spdlog",
"version-semver": "1.15.3"
}
]
}