diff --git a/vcpkg-configuration.json b/vcpkg-configuration.json index 83e97d5..47a3cb3 100644 --- a/vcpkg-configuration.json +++ b/vcpkg-configuration.json @@ -5,17 +5,11 @@ "repository": "https://github.com/microsoft/vcpkg.git" }, "registries": [ - { - "kind": "git", - "repository": "git@github.com:ccpgames/carbon-vcpkg-registry.git", - "baseline": "10267e790a5504d5e783f835f7fc1395412579bb", - "packages": ["carbon-*", "greenlet", "tracy"] - }, { "kind": "git", "repository": "git@github.com:carbonengine/vcpkg-registry.git", - "baseline": "d032ec0e827da97a160d3c1ca732544091f026e8", - "packages": ["python3", "ccp-debug-info"] + "baseline": "d431d05377ae8d620c644c49c3f4d1bd974cee18", + "packages": ["python3", "ccp-debug-info", "tracy"] } ] } diff --git a/vcpkg.json b/vcpkg.json index fd97959..1f80f6c 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -17,7 +17,7 @@ }, { "name": "python3", - "version>=": "3.12.9", + "version>=": "3.12.9#1", "host": true } ]