-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathvcpkg.json
More file actions
54 lines (54 loc) · 1.07 KB
/
vcpkg.json
File metadata and controls
54 lines (54 loc) · 1.07 KB
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
{
"name" : "launcher",
"version-string" : "1.0.0",
"builtin-baseline" : "c21f78db5a402441bfc8052462233a2aff079ac0",
"vcpkg-configuration": {
"overlay-ports": [
"./custom-vcpkg-ports"
]
},
"dependencies" : [ {
"name" : "magic-enum",
"version>=" : "0.9.7"
}, {
"name" : "xbyak",
"version>=" : "7.24.2"
}, {
"name" : "uwebsockets",
"version>=" : "20.74.0"
}, {
"name" : "gtest",
"version>=" : "1.16.0"
}, {
"name" : "sentry-native",
"version>=" : "0.8.4",
"features": ["compression"]
}, {
"name" : "glfw3",
"version>=" : "3.4"
}, {
"name" : "cmakerc",
"version>=" : "2023-07-24"
}, {
"name" : "taocpp-json"
}, {
"name" : "concurrencpp",
"version>=" : "0.1.7"
}, {
"name": "zlib",
"version>=": "1.3.1"
}, {
"name": "imageinfo",
"version>=": "2024-12-02#0"
}, {
"name": "unordered-dense",
"version>=": "4.8.1"
}, {
"name": "eastl",
"version>=": "3.27.1"
}],
"overrides": [ {
"name": "taocpp-json",
"version": "1.0.0-beta.14"
}]
}