forked from cemu-project/Cemu
-
Notifications
You must be signed in to change notification settings - Fork 0
/
vcpkg.json
49 lines (49 loc) · 913 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
{
"name": "cemu",
"version-string": "1.0",
"builtin-baseline": "53bef8994c541b6561884a8395ea35715ece75db",
"dependencies": [
"pugixml",
"zlib",
"zstd",
{
"name": "libzip",
"default-features": false
},
"rapidjson",
"sdl2",
"boost-tokenizer",
"boost-container",
"boost-program-options",
"boost-nowide",
"boost-algorithm",
"boost-functional",
"boost-optional",
"boost-signals2",
"boost-asio",
"boost-ptr-container",
"boost-property-tree",
"boost-static-string",
"boost-random",
"fmt",
"hidapi",
"libpng",
"glm",
{
"name": "glslang",
"default-features": false
},
"zstd",
{
"name": "wxwidgets",
"default-features": false
},
"openssl",
{
"name": "curl",
"default-features": false,
"features": [ "openssl" ]
},
"libusb"
]
}