From c9da387ede51f207825b63d9f13036a7b661d4b3 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Thu, 7 Aug 2025 16:05:15 -0400 Subject: Started apworld vcpkg's libprotobuf is older than what PIP has, but neither are completely up to date either. Ugh. Doors have a room now because that's where the location will go. --- vcpkg.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'vcpkg.json') diff --git a/vcpkg.json b/vcpkg.json index 4b3fb5d..cd12788 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -1,5 +1,11 @@ { "dependencies": [ "protobuf" + ], + "overrides": [ + { + "name": "protobuf", + "version": "5.29.3" + } ] -} +} \ No newline at end of file -- cgit 1.4.1