diff options
Diffstat (limited to 'vcpkg.json')
| -rw-r--r-- | vcpkg.json | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/vcpkg.json b/vcpkg.json new file mode 100644 index 000000000..8e9bb9f0d --- /dev/null +++ b/vcpkg.json @@ -0,0 +1,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" + ] +}
\ No newline at end of file |