aboutsummaryrefslogtreecommitdiff
path: root/vcpkg.json
diff options
context:
space:
mode:
authorrtk0c <[email protected]>2025-05-07 18:24:56 -0700
committerrtk0c <[email protected]>2025-08-16 11:34:55 -0700
commitb7ae3e36e5de39f77ceb4886afbdeb03a5cfba6b (patch)
tree02035bc656d2e65ebd870c0e69ae1d4e99092e48 /vcpkg.json
parentc1b01f66de039a34914387abe21ac52e7e00347a (diff)
Switch to vcpkg
Diffstat (limited to 'vcpkg.json')
-rw-r--r--vcpkg.json23
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"
+}