-
Notifications
You must be signed in to change notification settings - Fork 59
/
vcpkg.json
50 lines (50 loc) · 945 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
50
{
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg/master/scripts/vcpkg.schema.json",
"name": "hivewe",
"version": "0.7.0",
"vcpkg-configuration": {
"overlay-ports": [ "overlay-ports" ]
},
"dependencies": [
{
"name": "qtbase",
"default-features": false,
"features": [
"gui",
"widgets",
"opengl",
"png",
"jpeg"
]
},
"glm",
{
"name": "glad",
"default-features": false,
"features": [
"loader",
"extensions",
"gl-api-46"
]
},
"imgui",
"soil2",
"stormlib",
"casclib",
"libjpeg-turbo",
"bullet3",
"qt-advanced-docking-system",
{
"name": "abseil",
"features": [
"cxx17"
]
},
"tbb",
"outcome",
"unordered-dense",
"bzip2",
"nlohmann-json"
],
"builtin-baseline": "73e9c8e73fbebbfecea912efbda2ec6475134dd1"
}