add zlib submodule

This commit is contained in:
2024-07-17 16:19:09 -06:00
parent da73d5bce7
commit 005a4198d2
2 changed files with 5 additions and 0 deletions

4
.gitmodules vendored
View File

@@ -5,3 +5,7 @@
path = deps/TGUI path = deps/TGUI
url = https://github.com/texus/TGUI.git url = https://github.com/texus/TGUI.git
branch = 0.9 branch = 0.9
[submodule "deps/zlib"]
path = deps/zlib
url = https://github.com/madler/zlib
branch = master

1
deps/zlib vendored Submodule

Submodule deps/zlib added at 51b7f2abda