forked from TrenchBroom/TrenchBroom
-
Notifications
You must be signed in to change notification settings - Fork 0
/
vcpkg.json
49 lines (49 loc) · 863 Bytes
/
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": "trenchbroom",
"version": "1.0.0",
"dependencies": [
{
"name": "assimp",
"version>=": "5.3.1#2"
},
{
"name": "catch2",
"version>=": "2.13.8"
},
{
"name": "fmt",
"version>=": "7.1.3#1"
},
{
"name": "freeimage",
"version>=": "3.18.0#25",
"platform": "!linux"
},
{
"name": "freetype",
"version>=": "2.11.1",
"platform": "!linux"
},
{
"name": "glew",
"version>=": "2.2.0#2",
"platform": "!linux"
},
{
"name": "miniz",
"version>=": "2.2.0#1"
},
{
"name": "tinyxml2",
"version>=": "9.0.0",
"platform": "!linux"
}
],
"builtin-baseline": "13bde2ff13192e1b2fdd37bd9b475c7665ae6ae5",
"overrides": [
{
"name": "catch2",
"version": "2.13.8"
}
]
}