diff --git a/vcpkg-configuration.json b/vcpkg-configuration.json index 3522c2c..7aca418 100644 --- a/vcpkg-configuration.json +++ b/vcpkg-configuration.json @@ -1,7 +1,7 @@ { "default-registry": { "kind": "git", - "baseline": "242ac6932a9cd2607332969129e9572516f28d65", + "baseline": "c3867e714dd3a51c272826eea77267876517ed99", "repository": "https://github.com/microsoft/vcpkg.git" }, "registries": [ @@ -9,7 +9,14 @@ "kind": "git", "repository": "git@github.com:carbonengine/vcpkg-registry.git", "baseline": "d431d05377ae8d620c644c49c3f4d1bd974cee18", - "packages": ["python3", "carbon-core", "carbon-scheduler", "ccp-debug-info", "greenlet", "tracy"] + "packages": [ + "python3", + "carbon-core", + "carbon-scheduler", + "ccp-debug-info", + "greenlet", + "tracy" + ] } ] -} +} \ No newline at end of file