From 08932935c407a421f8ca5a6fb35e3c567bbba562 Mon Sep 17 00:00:00 2001 From: rtk0c Date: Wed, 7 May 2025 18:24:56 -0700 Subject: Switch to vcpkg --- vcpkg.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 vcpkg.json (limited to 'vcpkg.json') 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" +} -- cgit v1.2.3-70-g09d2