Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[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/moltenVK"]
path = vendor/github.com/moltenVK
url = https://github.com/KhronosGroup/MoltenVK.git
Expand All @@ -9,7 +9,7 @@
url = https://github.com/ufbx/ufbx.git
[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
[submodule "vendor/github.com/FortAwesome/Font-Awesome"]
path = vendor/github.com/FortAwesome/Font-Awesome
url = https://github.com/FortAwesome/Font-Awesome
18 changes: 11 additions & 7 deletions vcpkg-configuration.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,15 @@
"baseline": "ddc1854a3303051c9206ffac931b19174c30e707",
"packages": [ "simplygon" ]
},
{
"kind": "git",
"repository": "git@github.com:carbonengine/vcpkg-registry.git",
"baseline": "87fbb75936f134fecccd01718e13216a9058713d",
"packages": [ "python3", "carbon-math", "ccp-debug-info" ]
}
{
"kind": "git",
"repository": "https://github.com/carbonengine/vcpkg-registry.git",
"baseline": "87fbb75936f134fecccd01718e13216a9058713d",
"packages": [
"python3",
"carbon-math",
"ccp-debug-info"
]
}
]
}
}