diff options
author | rtk0c <[email protected]> | 2025-05-07 18:24:56 -0700 |
---|---|---|
committer | rtk0c <[email protected]> | 2025-05-07 18:24:56 -0700 |
commit | 08932935c407a421f8ca5a6fb35e3c567bbba562 (patch) | |
tree | 02035bc656d2e65ebd870c0e69ae1d4e99092e48 /vcpkg.json | |
parent | 7151b0e5bcabb0216e79e742ae13c4f429ec2011 (diff) |
Switch to vcpkg
Diffstat (limited to 'vcpkg.json')
-rw-r--r-- | vcpkg.json | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/vcpkg.json b/vcpkg.json new file mode 100644 index 0000000..b108d8f --- /dev/null +++ b/vcpkg.json @@ -0,0 +1,23 @@ +{ + "$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json", + "dependencies": [ + "cxxopts", + + "robin-hood-hashing", + "frozen", + "sqlite3", + + "pcg", + + "fmt", + "spdlog", + + "rapidjson", + "json-dto", + + "glad", + "glm", + "stb" + ], + "builtin-baseline": "38d9cf0bd45404cd25aeb03f79bcb0af256de343" +} |