diff options
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" +} |