diff options
author | Chuyan Zhang <me@zcy.moe> | 2024-09-05 01:11:42 -0700 |
---|---|---|
committer | Chuyan Zhang <me@zcy.moe> | 2024-09-05 01:11:42 -0700 |
commit | 8c7926588b616988e7b016eaf704acee0ee77cc9 (patch) | |
tree | a1bb11131aea964f9fa0bca76196c3351530c01d /.gitmodules | |
download | iris-8c7926588b616988e7b016eaf704acee0ee77cc9.tar.gz iris-8c7926588b616988e7b016eaf704acee0ee77cc9.zip |
Initial setup
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 12 |
1 files changed, 12 insertions, 0 deletions
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 |