Externals: Make imgui a submodule

This commit is contained in:
Joshua Vandaële
2025-10-29 18:53:55 +01:00
parent b920182c97
commit 7960a306f7
23 changed files with 45 additions and 65867 deletions

4
.gitmodules vendored
View File

@@ -126,3 +126,7 @@
path = Externals/bzip2/bzip2
url = https://gitlab.com/bzip2/bzip2.git
shallow = true
[submodule "Externals/imgui/imgui"]
path = Externals/imgui/imgui
url = https://github.com/ocornut/imgui.git
shallow = true