forked from PazerOP/tf2_bot_detector
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathvcpkg.json
50 lines (50 loc) · 864 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
{
"name": "tf2-bot-detector",
"version-string": "",
"dependencies": [
"sdl2",
{
"name": "sdl2",
"features": [ "wayland", "x11", "vulkan" ],
"platform": "linux"
},
"cryptopp",
{
"name": "libzippp",
"version>=": "6.1-1.9.2"
},
{
"name": "fmt",
"version>=": "8.0.1"
},
{
"name": "discord-game-sdk",
"platform": "!static"
},
{
"name": "stb",
"version>=": "2023-04-11#1"
},
"nlohmann-json",
{
"name": "catch2",
"version>=": "3.3.0"
},
"sqlitecpp",
{
"name": "cpprestsdk",
"features": [
"compression"
]
},
"zlib",
"mh-cmake-common"
],
"overrides": [
{
"name": "fmt",
"version": "8.1.1"
}
],
"builtin-baseline": "253704407ae68efa37bf8f5b59b3e06dd40d3d3f"
}