summary refs log tree commit diff stats
path: root/vcpkg.json
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2025-08-07 16:05:15 -0400
committerStar Rauchenberger <fefferburbia@gmail.com>2025-08-07 16:05:15 -0400
commitc9da387ede51f207825b63d9f13036a7b661d4b3 (patch)
tree08425dbc57c92ac72fef43c32ecbd5805f18f1f8 /vcpkg.json
parent3c26cedd030c464e3b8a5576a98c19eb45134658 (diff)
downloadlingo2-archipelago-c9da387ede51f207825b63d9f13036a7b661d4b3.tar.gz
lingo2-archipelago-c9da387ede51f207825b63d9f13036a7b661d4b3.tar.bz2
lingo2-archipelago-c9da387ede51f207825b63d9f13036a7b661d4b3.zip
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.
Diffstat (limited to 'vcpkg.json')
-rw-r--r--vcpkg.json8
1 files changed, 7 insertions, 1 deletions
diff --git a/vcpkg.json b/vcpkg.json index 4b3fb5d..cd12788 100644 --- a/vcpkg.json +++ b/vcpkg.json
@@ -1,5 +1,11 @@
1{ 1{
2 "dependencies": [ 2 "dependencies": [
3 "protobuf" 3 "protobuf"
4 ],
5 "overrides": [
6 {
7 "name": "protobuf",
8 "version": "5.29.3"
9 }
4 ] 10 ]
5} 11} \ No newline at end of file