Welcome to mirror list, hosted at ThFree Co, Russian Federation.

vcpkg.json - github.com/dosbox-staging/dosbox-staging.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a1884c29d1f3e662ec59235c26c490fe6049e64d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
    "$schema": "https://raw.githubusercontent.com/microsoft/vcpkg/master/scripts/vcpkg.schema.json",
    "name": "dosbox-staging",
    "description": "DOSBox Staging is a modern continuation of DOSBox with advanced features and current development practices.",
    "version": "0.79.0",
    "dependencies": [
        "fluidsynth",
        "gtest",
        "iir1",
        "libmt32emu",
        "libpng",
        "opusfile",
        "sdl2",
        "sdl2-image",
        "sdl2-net",
        "speexdsp",
        "tracy",
        "zlib"
    ]
}