From c5f179b455f9f357d9000bf470f437c68ac809f6 Mon Sep 17 00:00:00 2001 From: Pcornat Date: Sat, 8 Jan 2022 20:43:42 +0100 Subject: [PATCH] OK now --- .gitattributes | 1 + .gitmodules | 6 ++++++ external/glfw | 1 + external/spdlog | 1 + 4 files changed, 9 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitmodules create mode 160000 external/glfw create mode 160000 external/spdlog diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..e4c28ea --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.ttf filter=lfs diff=lfs merge=lfs -text diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..9c51ba7 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,6 @@ +[submodule "external/spdlog"] + path = external/spdlog + url = https://github.com/gabime/spdlog.git +[submodule "external/glfw"] + path = external/glfw + url = https://github.com/glfw/glfw.git diff --git a/external/glfw b/external/glfw new file mode 160000 index 0000000..7d5a16c --- /dev/null +++ b/external/glfw @@ -0,0 +1 @@ +Subproject commit 7d5a16ce714f0b5f4efa3262de22e4d948851525 diff --git a/external/spdlog b/external/spdlog new file mode 160000 index 0000000..eb32206 --- /dev/null +++ b/external/spdlog @@ -0,0 +1 @@ +Subproject commit eb3220622e73a4889eee355ffa37972b3cac3df5