commit 1cb4bfd47e92b64e1b2b8380c91aa0ab4d4fe2bd parent 334c6fc1763443a616998f12b8c1efad31fdd939 Author: Jack Mordaunt <jackmordaunt.dev@gmail.com> Date: Tue, 3 Dec 2024 09:54:58 +0800 main: vendor http and sokol Diffstat:
| A | .gitmodules | | | 6 | ++++++ |
| A | src/http | | | 1 | + |
| A | src/sokol | | | 1 | + |
3 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/.gitmodules b/.gitmodules @@ -0,0 +1,6 @@ +[submodule "src/http"] + path = src/http + url = https://github.com/laytan/odin-http +[submodule "src/sokol"] + path = src/sokol + url = https://github.com/floooh/sokol-odin diff --git a/src/http b/src/http @@ -0,0 +1 @@ +Subproject commit 41a5cb2cf5a1d2be0a19806661f01c7f1ee133be diff --git a/src/sokol b/src/sokol @@ -0,0 +1 @@ +Subproject commit b6f596e68d295d1e6ca97de13209058562a37822