mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-08 00:40:02 +01:00
added submodules
This commit is contained in:
12
.gitmodules
vendored
12
.gitmodules
vendored
@@ -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/ImGuiColorTextEdit
Submodule
1
ext/ImGuiColorTextEdit
Submodule
Submodule ext/ImGuiColorTextEdit added at 0a88824f7d
1
ext/imgui
Submodule
1
ext/imgui
Submodule
Submodule ext/imgui added at 0850b46c88
1
ext/stb
Submodule
1
ext/stb
Submodule
Submodule ext/stb added at f54acd4e13
1
ext/tinyxml2
Submodule
1
ext/tinyxml2
Submodule
Submodule ext/tinyxml2 added at bf15233ad8
Reference in New Issue
Block a user