Remove useless submodules
This commit is contained in:
parent
05782bae69
commit
a4acfc4e7e
6
.gitmodules
vendored
6
.gitmodules
vendored
@ -1,18 +1,12 @@
|
|||||||
[submodule "external/spdlog"]
|
[submodule "external/spdlog"]
|
||||||
path = external/spdlog
|
path = external/spdlog
|
||||||
url = https://github.com/gabime/spdlog.git
|
url = https://github.com/gabime/spdlog.git
|
||||||
[submodule "external/glfw"]
|
|
||||||
path = external/glfw
|
|
||||||
url = https://github.com/glfw/glfw.git
|
|
||||||
[submodule "external/json"]
|
[submodule "external/json"]
|
||||||
path = external/json
|
path = external/json
|
||||||
url = https://github.com/nlohmann/json.git
|
url = https://github.com/nlohmann/json.git
|
||||||
[submodule "external/catch2"]
|
[submodule "external/catch2"]
|
||||||
path = external/catch2
|
path = external/catch2
|
||||||
url = https://github.com/catchorg/Catch2.git
|
url = https://github.com/catchorg/Catch2.git
|
||||||
[submodule "external/ImFileDialog"]
|
|
||||||
path = external/ImFileDialog
|
|
||||||
url = https://github.com/dfranx/ImFileDialog.git
|
|
||||||
[submodule "external/svector"]
|
[submodule "external/svector"]
|
||||||
path = external/svector
|
path = external/svector
|
||||||
url = https://github.com/martinus/svector.git
|
url = https://github.com/martinus/svector.git
|
||||||
|
1
external/ImFileDialog
vendored
1
external/ImFileDialog
vendored
@ -1 +0,0 @@
|
|||||||
Subproject commit 696264e8111c5722025c96646086ea5cf397421c
|
|
1
external/glfw
vendored
1
external/glfw
vendored
@ -1 +0,0 @@
|
|||||||
Subproject commit 7b6aead9fb88b3623e3b3725ebb42670cbe4c579
|
|
Loading…
Reference in New Issue
Block a user