summaryrefslogtreecommitdiffstats
path: root/vcpkg.json
blob: 8d3c5919ac9b140158d069cbff4e913708e4610b (plain) (blame)
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
{
    "$schema": "https://raw.githubusercontent.com/microsoft/vcpkg/master/scripts/vcpkg.schema.json",
    "name": "yuzu",
    "version": "1.0",
    "dependencies": [
        "boost-algorithm",
        "boost-asio",
        "boost-bind",
        "boost-config",
        "boost-container",
        "boost-context",
        "boost-crc",
        "boost-functional",
        "boost-icl",
        "boost-intrusive",
        "boost-mpl",
        "boost-process",
        "boost-range",
        "boost-spirit",
        "boost-test",
        "boost-timer",
        "boost-variant",
        "fmt",
        "lz4",
        "nlohmann-json",
        "zlib",
        "zstd"
    ]
}