-
Notifications
You must be signed in to change notification settings - Fork 5
/
vcpkg.json
51 lines (51 loc) · 862 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
51
{
"name": "gothicmultiplayer",
"version-string": "0.2",
"dependencies": [
{
"name": "fmt",
"version>=": "9.1.0"
},
{
"name": "spdlog",
"version>=": "1.11.0"
},
{
"name": "zlib",
"version>=": "1.2.12"
},
{
"name": "toml11",
"version>=": "3.7.1"
},
{
"name": "sdl2",
"version>=": "2.0.22"
},
{
"name": "pugixml",
"version>=": "1.12.1"
},
{
"name": "openal-soft",
"version>=": "1.22.2"
},
{
"name": "lua",
"version>=": "5.4.4"
},
{
"name": "sol2",
"version>=": "3.3.0"
},
{
"name": "gtest",
"version>=": "1.12.1"
},
{
"name": "nlohmann-json",
"version>=": "3.10.4"
}
],
"builtin-baseline": "f3a39f1aaffe48b1190df69aab3a8657f91b632a"
}