forked from TrenchBroom/TrenchBroom
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvcpkg.json
More file actions
57 lines (57 loc) · 1000 Bytes
/
vcpkg.json
File metadata and controls
57 lines (57 loc) · 1000 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
51
52
53
54
55
56
57
{
"name": "trenchbroom",
"version": "1.0.0",
"dependencies": [
{
"name": "assimp",
"version>=": "5.3.1#2"
},
{
"name": "catch2",
"version>=": "3.10.0"
},
{
"name": "cpptrace",
"version>=": "1.0.4"
},
{
"name": "fmt",
"version>=": "11.2.0"
},
{
"name": "freeimage",
"version>=": "3.18.0#25",
"platform": "!linux"
},
{
"name": "freetype",
"version>=": "2.11.1",
"platform": "!linux"
},
{
"name": "miniz",
"version>=": "2.2.0#1"
},
{
"name": "stduuid",
"version>=": "1.2.3"
},
{
"name": "tinyxml2",
"version>=": "9.0.0",
"platform": "!linux"
},
{
"name": "fast-float",
"version>=": "6.1.4",
"platform": "osx"
}
],
"builtin-baseline": "9a5d7860d1e3c0e394495744cecbf0f5cf41306a",
"overrides": [
{
"name": "rapidjson",
"version": "2025-02-26"
}
]
}