added submodules

This commit is contained in:
brunoherbelin
2020-03-06 22:13:25 +01:00
parent 8c08c9f878
commit 33dfdbf6fe
5 changed files with 16 additions and 0 deletions

12
.gitmodules vendored
View File

@@ -1,3 +1,15 @@
[submodule "ext/tinyfiledialogs"] [submodule "ext/tinyfiledialogs"]
path = ext/tinyfiledialogs path = ext/tinyfiledialogs
url = https://github.com/native-toolkit/tinyfiledialogs.git url = https://github.com/native-toolkit/tinyfiledialogs.git
[submodule "ext/tinyxml2"]
path = ext/tinyxml2
url = https://github.com/leethomason/tinyxml2.git
[submodule "ext/ImGuiColorTextEdit"]
path = ext/ImGuiColorTextEdit
url = https://github.com/BalazsJako/ImGuiColorTextEdit.git
[submodule "ext/stb"]
path = ext/stb
url = https://github.com/nothings/stb.git
[submodule "ext/imgui"]
path = ext/imgui
url = https://github.com/ocornut/imgui.git

1
ext/imgui Submodule

Submodule ext/imgui added at 0850b46c88

1
ext/stb Submodule

Submodule ext/stb added at f54acd4e13

1
ext/tinyxml2 Submodule

Submodule ext/tinyxml2 added at bf15233ad8