diff --git a/.gitmodules b/.gitmodules index 2a29955..37da927 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ -[submodule "vcpkg"] +[submodule "vendor/github.com/microsoft/vcpkg"] path = vendor/github.com/microsoft/vcpkg - url = git@github.com:microsoft/vcpkg.git + url = https://github.com/microsoft/vcpkg [submodule "vendor/github.com/carbonengine/vcpkg-registry"] path = vendor/github.com/carbonengine/vcpkg-registry - url = git@github.com:carbonengine/vcpkg-registry.git + url = https://github.com/carbonengine/vcpkg-registry diff --git a/vcpkg-configuration.json b/vcpkg-configuration.json index 4bee864..96b8d85 100644 --- a/vcpkg-configuration.json +++ b/vcpkg-configuration.json @@ -7,9 +7,18 @@ "registries": [ { "kind": "git", - "repository": "git@github.com:carbonengine/vcpkg-registry.git", + "repository": "https://github.com/carbonengine/vcpkg-registry.git", "baseline": "303eacceb8ce9a0aa9a061f00ab2c11e8725ab2d", - "packages": ["python3", "carbon-core", "carbon-scheduler", "tracy", "greenlet", "ccp-debug-info", "crashpad", "zlib"] + "packages": [ + "python3", + "carbon-core", + "carbon-scheduler", + "tracy", + "greenlet", + "ccp-debug-info", + "crashpad", + "zlib" + ] } ] -} +} \ No newline at end of file