summary refs log tree commit diff stats
path: root/vcpkg-configuration.json
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2025-08-07 13:34:42 -0400
committerStar Rauchenberger <fefferburbia@gmail.com>2025-08-07 13:34:42 -0400
commite9d9da34e86a1e5f0de155bf9086d3e5ff6b2da0 (patch)
tree432e1177f11e7e2b5e0d6400fad977def7d31129 /vcpkg-configuration.json
parent1eacf01378d4dff3aed73fffcc42e0352b93835e (diff)
downloadlingo2-archipelago-e9d9da34e86a1e5f0de155bf9086d3e5ff6b2da0.tar.gz
lingo2-archipelago-e9d9da34e86a1e5f0de155bf9086d3e5ff6b2da0.tar.bz2
lingo2-archipelago-e9d9da34e86a1e5f0de155bf9086d3e5ff6b2da0.zip
Protobuf works! Parsing connections
Diffstat (limited to 'vcpkg-configuration.json')
-rw-r--r--vcpkg-configuration.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/vcpkg-configuration.json b/vcpkg-configuration.json new file mode 100644 index 0000000..2edc580 --- /dev/null +++ b/vcpkg-configuration.json
@@ -0,0 +1,14 @@
1{
2 "default-registry": {
3 "kind": "git",
4 "baseline": "70a7abe262134f51393f02966e80789a2305ce6f",
5 "repository": "https://github.com/microsoft/vcpkg"
6 },
7 "registries": [
8 {
9 "kind": "artifact",
10 "location": "https://github.com/microsoft/vcpkg-ce-catalog/archive/refs/heads/main.zip",
11 "name": "microsoft"
12 }
13 ]
14}