-
Notifications
You must be signed in to change notification settings - Fork 3
/
vcpkg.json
49 lines (49 loc) · 1.02 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
45
46
47
48
49
{
"name": "cgal-plane-detection",
"version-string": "0.1.0",
"dependencies": [
{
"name": "vtk",
"features": [
"opengl"
],
"version>=": "8.2.0"
},
{
"name": "proj4",
"version>=": "6.0.0"
},
{
"name": "freetype",
"version>=": "2.9.0"
},
{
"name": "boost",
"version>=": "1.73.0"
}
],
"overrides": [
{
"name": "vtk",
"version-string": "8.2.0-13"
},
{
"name": "boost-math",
"version": "1.73.0"
},
{
"name": "boost",
"version": "1.73.0"
},
{
"name": "proj4",
"version": "6.3.1",
"port-version": 3
},
{
"name": "freetype",
"version": "2.9.1"
}
],
"builtin-baseline": "44d94c2edbd44f0c01d66c2ad95eb6982a9a61bc"
}