From 724f8092c4808cdad47316e00949c04ee797acb5 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Tue, 19 Aug 2025 20:19:48 -0400 Subject: Store IDs in a yaml file This is much more efficient than the txtpb format, and we only need an interface for it in C++ since the IDs will be packed into the binary proto representation. --- vcpkg.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'vcpkg.json') diff --git a/vcpkg.json b/vcpkg.json index cd12788..6517f7e 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -1,6 +1,7 @@ { "dependencies": [ - "protobuf" + "protobuf", + "yaml-cpp" ], "overrides": [ { -- cgit 1.4.1