From 8c53dd53e7a25c493bb4c8aad29b156f09c93ca7 Mon Sep 17 00:00:00 2001 From: Richard Smith Date: Sat, 16 Jan 2021 15:39:15 +0000 Subject: [PATCH] add raylib source as submodule so we know which version we are compatible with --- .gitmodules | 3 +++ raylib-c | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 raylib-c diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..36278dc --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "raylib-c"] + path = raylib-c + url = https://github.com/raysan5/raylib.git diff --git a/raylib-c b/raylib-c new file mode 160000 index 0000000..6631fc4 --- /dev/null +++ b/raylib-c @@ -0,0 +1 @@ +Subproject commit 6631fc4c6d8af98e14324f426e0a535c6b73a7be