-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvcpkg.json
71 lines (71 loc) · 1.54 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
"name": "texpress",
"version": "1.0.0",
"dependencies": [
"boost-accumulators",
"boost-multi-array",
"boost-signals2",
"glfw3",
"globjects",
"stb",
{
"name": "imgui",
"features": ["glfw-binding", "opengl3-binding"]
},
"spdlog",
{
"name": "highfive",
"features": ["boost"]
},
"ktx",
"fp16"
],
"builtin-baseline": "d5b03c125afee1d9cef38f4cfa77e229400fb48a",
"overrides": [
{
"name": "boost-accumulators",
"version": "1.82.0#2"
},
{
"name": "boost-multi-array",
"version": "1.82.0#2"
},
{
"name": "boost-signals2",
"version": "1.82.0#2"
},
{
"name": "glfw3",
"version": "3.3.8#2"
},
{
"name": "globjects",
"version": "1.1.0#6"
},
{
"name": "stb",
"version": "2023-04-11#1"
},
{
"name": "imgui",
"version": "1.89.7"
},
{
"name": "spdlog",
"version": "1.12.0"
},
{
"name": "highfive",
"version": "2.6.2#2"
},
{
"name": "ktx",
"version": "4.1.0"
},
{
"name": "fp16",
"version": "2021-02-21#2"
}
]
}