diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..2281439 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,15 @@ +[submodule "deps/imgui"] + path = deps/imgui + url = https://github.com/ocornut/imgui +[submodule "deps/gl3w"] + path = deps/gl3w + url = https://github.com/skaslev/gl3w +[submodule "deps/cpptoml"] + path = deps/cpptoml + url = https://github.com/skystrife/cpptoml +[submodule "deps/nfd"] + path = deps/nfd + url = https://github.com/mlabbe/nativefiledialog +[submodule "deps/filesystem"] + path = deps/filesystem + url = https://github.com/wjakob/filesystem diff --git a/deps/cpptoml b/deps/cpptoml new file mode 160000 index 0000000..60b6a6e --- /dev/null +++ b/deps/cpptoml @@ -0,0 +1 @@ +Subproject commit 60b6a6efe7a36f5ee0b2d8ffad759f53d18ee460 diff --git a/deps/filesystem b/deps/filesystem new file mode 160000 index 0000000..0a539a6 --- /dev/null +++ b/deps/filesystem @@ -0,0 +1 @@ +Subproject commit 0a539a6c988dc8691af317e077893e831dee2908 diff --git a/deps/gl3w b/deps/gl3w new file mode 160000 index 0000000..f1c961b --- /dev/null +++ b/deps/gl3w @@ -0,0 +1 @@ +Subproject commit f1c961b4b35c86ca5fe7f6128442282ce32e431e diff --git a/deps/imgui b/deps/imgui new file mode 160000 index 0000000..0828a1f --- /dev/null +++ b/deps/imgui @@ -0,0 +1 @@ +Subproject commit 0828a1fd6c0ee7d53d4a7013a56002aaffc86896 diff --git a/deps/nfd b/deps/nfd new file mode 160000 index 0000000..5cfe500 --- /dev/null +++ b/deps/nfd @@ -0,0 +1 @@ +Subproject commit 5cfe5002eb0fac1e49777a17dec70134147931e2