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 | |
| parent | fef940ee7778325af68cb8854cc494046b7e837b (diff) | |
adds sokol
| -rw-r--r-- | .gitmodules | 6 | ||||
| m--------- | sokol | 0 | ||||
| m--------- | sokol_bin | 0 |
3 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 diff --git a/sokol b/sokol new file mode 160000 +Subproject d48aa2ff673af2d6b981032dd43766ab1568916 diff --git a/sokol_bin b/sokol_bin new file mode 160000 +Subproject 027f13bb0df28df54e9401676176ee2e6fd4b37 |
