From 8c7926588b616988e7b016eaf704acee0ee77cc9 Mon Sep 17 00:00:00 2001 From: Chuyan Zhang Date: Thu, 5 Sep 2024 01:11:42 -0700 Subject: Initial setup --- .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..3c3f029 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,12 @@ +[submodule "ext/tinyobjloader"] + path = ext/tinyobjloader + url = https://github.com/tinyobjloader/tinyobjloader.git +[submodule "ext/imgui"] + path = ext/imgui + url = https://github.com/ocornut/imgui.git +[submodule "ext/argparse"] + path = ext/argparse + url = https://github.com/p-ranav/argparse.git +[submodule "ext/tinygltf.git"] + path = ext/tinygltf.git + url = https://github.com/syoyo/tinygltf.git -- cgit v1.2.3-70-g09d2