From 268ef54158af5e4d1a4f625f67f7798e30d9a589 Mon Sep 17 00:00:00 2001 From: Evan Pratten Date: Fri, 9 Dec 2022 09:30:56 -0500 Subject: [PATCH] Add raylib --- .gitmodules | 3 +++ third_party/raylib | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 third_party/raylib diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..2b2ac00 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "third_party/raylib"] + path = third_party/raylib + url = https://github.com/raysan5/raylib diff --git a/third_party/raylib b/third_party/raylib new file mode 160000 index 0000000..2c9d116 --- /dev/null +++ b/third_party/raylib @@ -0,0 +1 @@ +Subproject commit 2c9d116a5ce835328dc3267313f1b34b2e7ad8c9