aboutsummaryrefslogtreecommitdiff
path: root/vcpkg.json
blob: 8e9bb9f0d167c017a14be3d7eef71b074f90a058 (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
{
    "dependencies":
    [
        "asio",
        "blake3",
        "cpr",
        "curl",
        "cxxopts",
        "doctest",
        "fmt",
        "gsl-lite",
        "http-parser",
        "json11",
        "lua",
        "lz4",
        "ryml",
        "c4core",
        "robin-map",
        "sol2",
        "spdlog",
        "xxhash",
        "zlib",
        "mimalloc",
        "sentry-native"
    ]
}