BeamMP-Launcher/vcpkg.json
2024-03-03 12:26:33 +01:00

20 lines
308 B
JSON

{
"name": "my-project",
"version-string": "0.1.0",
"dependencies": [
"fmt",
"doctest",
"spdlog",
"openssl",
"cpp-httplib",
"boost-system",
"boost-iostreams",
"boost-process",
"boost-thread",
"boost-outcome",
"nlohmann-json",
"cryptopp",
"zstd"
]
}