diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-09-08 16:07:10 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-09-08 16:07:10 -0400 |
commit | d592b58af373c2c8e863ff0c744f23c26a26fa64 (patch) | |
tree | 972d87514e228b9b7621c6e77dcc59eeefe19bf7 /vcpkg.json | |
parent | 1c361226240182db6f72f26c6fe0f0de65456239 (diff) | |
download | lingo2-archipelago-d592b58af373c2c8e863ff0c744f23c26a26fa64.tar.gz lingo2-archipelago-d592b58af373c2c8e863ff0c744f23c26a26fa64.tar.bz2 lingo2-archipelago-d592b58af373c2c8e863ff0c744f23c26a26fa64.zip |
Downgrade protobuf
This allows the generated Python file to be compatible with the frozen Archipelago install.
Diffstat (limited to 'vcpkg.json')
-rw-r--r-- | vcpkg.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcpkg.json b/vcpkg.json index 5a1975d..ba6833f 100644 --- a/vcpkg.json +++ b/vcpkg.json | |||
@@ -7,7 +7,7 @@ | |||
7 | "overrides": [ | 7 | "overrides": [ |
8 | { | 8 | { |
9 | "name": "protobuf", | 9 | "name": "protobuf", |
10 | "version": "5.29.3" | 10 | "version": "3.21.12" |
11 | } | 11 | } |
12 | ] | 12 | ] |
13 | } \ No newline at end of file | 13 | } \ No newline at end of file |