From 80e45104abcc4424a3fae17870bc05851b7c6447 Mon Sep 17 00:00:00 2001 From: Fabrice Date: Thu, 12 Feb 2026 07:47:51 +0100 Subject: adds sokol --- .gitmodules | 6 ++++++ 1 file changed, 6 insertions(+) (limited to '.gitmodules') 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 -- cgit v1.2.3