mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 20:50:06 +00:00
Don't use relative paths in .gitmodules, to prevent having to fork multiple repositories
This commit is contained in:
parent
c8aacd688a
commit
a88cd27d8b
1 changed files with 3 additions and 3 deletions
6
.gitmodules
vendored
6
.gitmodules
vendored
|
|
@ -6,7 +6,7 @@
|
||||||
url = https://github.com/conan-io/cmake-conan.git
|
url = https://github.com/conan-io/cmake-conan.git
|
||||||
[submodule "test/data"]
|
[submodule "test/data"]
|
||||||
path = test/data
|
path = test/data
|
||||||
url = ../supercell-wx-test-data
|
url = https://github.com/dpaulat/supercell-wx-test-data
|
||||||
[submodule "external/hsluv-c"]
|
[submodule "external/hsluv-c"]
|
||||||
path = external/hsluv-c
|
path = external/hsluv-c
|
||||||
url = https://github.com/hsluv/hsluv-c.git
|
url = https://github.com/hsluv/hsluv-c.git
|
||||||
|
|
@ -18,13 +18,13 @@
|
||||||
url = https://github.com/nothings/stb.git
|
url = https://github.com/nothings/stb.git
|
||||||
[submodule "data"]
|
[submodule "data"]
|
||||||
path = data
|
path = data
|
||||||
url = ../supercell-wx-data
|
url = https://github.com/dpaulat/supercell-wx-data
|
||||||
[submodule "external/imgui"]
|
[submodule "external/imgui"]
|
||||||
path = external/imgui
|
path = external/imgui
|
||||||
url = https://github.com/ocornut/imgui.git
|
url = https://github.com/ocornut/imgui.git
|
||||||
[submodule "external/imgui-backend-qt"]
|
[submodule "external/imgui-backend-qt"]
|
||||||
path = external/imgui-backend-qt
|
path = external/imgui-backend-qt
|
||||||
url = ../imgui-backend-qt
|
url = https://github.com/dpaulat/imgui-backend-qt
|
||||||
[submodule "external/aws-sdk-cpp"]
|
[submodule "external/aws-sdk-cpp"]
|
||||||
path = external/aws-sdk-cpp
|
path = external/aws-sdk-cpp
|
||||||
url = https://github.com/aws/aws-sdk-cpp.git
|
url = https://github.com/aws/aws-sdk-cpp.git
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue