forked from deepskystacker/DSS
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvcpkg.json
More file actions
50 lines (50 loc) · 816 Bytes
/
vcpkg.json
File metadata and controls
50 lines (50 loc) · 816 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
40
41
42
43
44
45
46
47
48
49
50
{
"builtin-baseline": "a345bbdc68cdfda65603e24413b21afb28f110fb",
"dependencies": [
{
"name": "boost-atomic",
"platform": "osx"
},
"boost-container",
"boost-interprocess",
"exiv2",
"expat",
"libraw",
"tiff",
"zlib"
],
"overrides": [
{
"name": "boost-atomic",
"version": "1.86.0"
},
{
"name": "boost-container",
"version": "1.86.0"
},
{
"name": "boost-interprocess",
"version": "1.86.0"
},
{
"name": "exiv2",
"version": "0.28.3"
},
{
"name": "expat",
"version": "2.6.4"
},
{
"name": "libraw",
"version": "0.21.3"
},
{
"name": "tiff",
"version": "4.7.0"
},
{
"name": "zlib",
"version": "1.3.1"
}
]
}