Add TGUI submodule

This commit is contained in:
2024-05-30 18:47:51 -06:00
parent 2bfe697c3b
commit 20ca8bd077
2 changed files with 5 additions and 0 deletions

4
.gitmodules vendored
View File

@@ -1,3 +1,7 @@
[submodule "deps/Catch2"]
path = deps/Catch2
url = https://github.com/catchorg/Catch2.git
[submodule "deps/TGUI"]
path = deps/TGUI
url = https://github.com/texus/TGUI.git
branch = 0.9

1
deps/TGUI vendored Submodule

Submodule deps/TGUI added at c638b49f10