From 5845642965a1eebaec3a1d1126445ecb459688b8 Mon Sep 17 00:00:00 2001 From: Jonathan Bradley Date: Wed, 8 Jan 2025 22:26:07 -0500 Subject: first-pass replace cmake with make --- .gitmodules | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .gitmodules (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..73a00e6 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,12 @@ +[submodule "sub/imgui"] + path = sub/imgui + url = https://github.com/ocornut/imgui.git +[submodule "sub/stb"] + path = sub/stb + url = https://github.com/nothings/stb.git +[submodule "sub/cgltf"] + path = sub/cgltf + url = https://github.com/jkuhlmann/cgltf.git +[submodule "sub/bullet3"] + path = sub/bullet3 + url = https://github.com/bulletphysics/bullet3.git -- cgit v1.2.3