From 54409423f767d8b1cf30cb7d0efca6b4ca138823 Mon Sep 17 00:00:00 2001 From: Ethan Morgan Date: Sat, 14 Feb 2026 16:44:06 +0000 Subject: move to own git server --- vcpkg-configuration.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 vcpkg-configuration.json (limited to 'vcpkg-configuration.json') diff --git a/vcpkg-configuration.json b/vcpkg-configuration.json new file mode 100644 index 0000000..28c0dc9 --- /dev/null +++ b/vcpkg-configuration.json @@ -0,0 +1,14 @@ +{ + "default-registry": { + "kind": "git", + "baseline": "3af1d1e60af2b2abf55760538cd607829029b07a", + "repository": "https://github.com/microsoft/vcpkg" + }, + "registries": [ + { + "kind": "artifact", + "location": "https://github.com/microsoft/vcpkg-ce-catalog/archive/refs/heads/main.zip", + "name": "microsoft" + } + ] +} \ No newline at end of file -- cgit v1.2.3