From efea7ecfcdaed661c99d9bfa0aacd6b36b5a1e39 Mon Sep 17 00:00:00 2001 From: "Alexander Klingenbeck (SHS DI SY R&D DEV4)" Date: Thu, 4 May 2023 16:59:18 +0200 Subject: [PATCH] Integrate raylib --- .gitmodules | 3 +++ thirdparty/raylib | 1 + 2 files changed, 4 insertions(+) create mode 160000 thirdparty/raylib diff --git a/.gitmodules b/.gitmodules index 5b31d29..fde4567 100644 --- a/.gitmodules +++ b/.gitmodules @@ -11,3 +11,6 @@ [submodule "thirdparty/magnum"] path = thirdparty/magnum url = https://github.com/mosra/magnum.git +[submodule "thirdparty/raylib"] + path = thirdparty/raylib + url = https://github.com/raysan5/raylib.git diff --git a/thirdparty/raylib b/thirdparty/raylib new file mode 160000 index 0000000..a48bb6e --- /dev/null +++ b/thirdparty/raylib @@ -0,0 +1 @@ +Subproject commit a48bb6e1ed7b33190e486ba65b7875f0dff73701