diff options
| author | Fabrice <fabrice@schaub-dev.xyz> | 2026-02-12 07:47:51 +0100 |
|---|---|---|
| committer | Fabrice <fabrice@schaub-dev.xyz> | 2026-02-12 07:47:51 +0100 |
| commit | 80e45104abcc4424a3fae17870bc05851b7c6447 (patch) | |
| tree | 7698660a2c64a8d4dd499a975f87496f94592d64 /.gitmodules | |
| parent | fef940ee7778325af68cb8854cc494046b7e837b (diff) | |
adds sokol
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 3fbb5c9..2562478 100644 --- a/.gitmodules +++ b/.gitmodules @@ -14,3 +14,9 @@ [submodule "cglm"] path = cglm url = https://github.com/recp/cglm.git +[submodule "sokol"] + path = sokol + url = https://github.com/floooh/sokol.git +[submodule "sokol_bin"] + path = sokol_bin + url = https://github.com/floooh/sokol-tools-bin.git |
