From 9d9bd6f572ed2ff328d17f7a99ee224b667fb47a Mon Sep 17 00:00:00 2001 From: Armin <armin.co@hs-bochum.de> Date: Sat, 9 Jan 2021 18:23:29 +0100 Subject: [PATCH] Submodules added. --- .gitmodules | 4 ++-- libs/imgui | 1 + libs/spdlog | 1 + 3 files changed, 4 insertions(+), 2 deletions(-) create mode 160000 libs/imgui create mode 160000 libs/spdlog diff --git a/.gitmodules b/.gitmodules index ee86091..081c7b8 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ [submodule "libs/spdlog"] path = libs/spdlog - url = https://github.com/gabime/spdlog/ + url = https://github.com/gabime/spdlog.git [submodule "libs/imgui"] path = libs/imgui - url = https://github.com/ocornut/imgui + url = https://github.com/ocornut/imgui.git diff --git a/libs/imgui b/libs/imgui new file mode 160000 index 0000000..532aa5a --- /dev/null +++ b/libs/imgui @@ -0,0 +1 @@ +Subproject commit 532aa5a69bbec87560639702d78a2df97a4be2a0 diff --git a/libs/spdlog b/libs/spdlog new file mode 160000 index 0000000..17c6e6e --- /dev/null +++ b/libs/spdlog @@ -0,0 +1 @@ +Subproject commit 17c6e6ee3fe720f78bafb5c0d5ce03155cb903cf -- GitLab