Веб-сайт самохостера Lotigara

summaryrefslogtreecommitdiff
path: root/source/vcpkg.json
blob: 6eab46cc1989b695e7aa4600a754c250bf23ca74 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
  "dependencies": [
    "glew",
    { "name": "sdl2", "default-features": false, "features": ["wayland", "x11", "alsa"], "platform": "linux" },
    { "name": "sdl2", "platform": "!linux" },
    "libvorbis",
    "zlib",
    "freetype",
    "libpng",
    "opus",
    "zstd",
    "mimalloc"
  ]
}