forked from dosbox-staging/dosbox-staging
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathvcpkg.json
More file actions
33 lines (33 loc) · 810 Bytes
/
Copy pathvcpkg.json
File metadata and controls
33 lines (33 loc) · 810 Bytes
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
{
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
"name": "dosbox-staging",
"description": "DOSBox Staging is a modern continuation of DOSBox with advanced features and current development practices.",
"version": "0.83.0-alpha",
"dependencies": [
"gtest",
"iir1",
"libmt32emu",
"libpng",
"opusfile",
{
"name": "sdl2",
"platform": "linux",
"features": ["alsa", "dbus", "ibus", "wayland", "x11"]
}, {
"name": "sdl2",
"platform": "!linux"
},
"sdl2-net",
"speexdsp",
{
"name": "tracy",
"platform": "!(windows & arm64)"
},
"zlib-ng",
{
"name": "pkgconf",
"host": true
}
],
"builtin-baseline": "2e2102fa4a0b37cd1a7eabc20af36718086cdcc6"
}