From eb757fdef5a611e92cce10899dedb6bedc350371 Mon Sep 17 00:00:00 2001 From: andromeda Date: Sun, 26 Apr 2026 09:24:22 +0200 Subject: modularise --- .gitmodules | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .gitmodules (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..b56faa5 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,9 @@ +[submodule "lib/rsgl.c3l"] + path = lib/rsgl.c3l + url = https://git.mtgmonkey.net/c3-libs/rsgl.c3l.git +[submodule "lib/rgfw.c3l"] + path = lib/rgfw.c3l + url = https://git.mtgmonkey.net/c3-libs/rgfw.c3l.git +[submodule "lib/rfont.c3l"] + path = lib/rfont.c3l + url = https://git.mtgmonkey.net/c3-libs/rfont.c3l.git -- cgit v1.3.1