forked from 86Box/86Box
-
Notifications
You must be signed in to change notification settings - Fork 0
/
vcpkg.json
58 lines (58 loc) · 1.52 KB
/
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
52
53
54
55
56
57
58
{
"name": "86box",
"version-string": "4.2.2",
"homepage": "https://86box.net/",
"documentation": "https://86box.readthedocs.io/",
"license": "GPL-2.0-or-later",
"dependencies": [
"freetype",
"libpng",
"sdl2",
"rtmidi",
"libslirp",
"fluidsynth"
],
"features": {
"qt-ui": {
"description": "Qt User Interface",
"dependencies": [
{
"name": "qtbase",
"default-features": false,
"features": [
"concurrent",
"default-features",
"gui",
"opengl",
"harfbuzz",
"network",
"vulkan",
"widgets",
"png",
"zstd"
]
},
{
"name": "qttools",
"default-features": false,
"features": [
"linguist"
],
"host": true
}
]
},
"munt": {
"description": "Roland MT-32 emulation",
"dependencies": [
"libmt32emu"
]
},
"openal": {
"description": "OpenAL sound backend",
"dependencies": [
"openal-soft"
]
}
}
}