From 0e8fb690507df9200f94b4ace0cdf3da28a4b000 Mon Sep 17 00:00:00 2001 From: Evan Pratten Date: Wed, 16 Mar 2022 16:06:02 -0400 Subject: [PATCH] Bring in raylib-rs --- .gitmodules | 4 ++++ third_party/raylib-rs | 1 + 2 files changed, 5 insertions(+) create mode 100644 .gitmodules create mode 160000 third_party/raylib-rs diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 00000000..e42be018 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,4 @@ +[submodule "third_party/raylib-rs"] + path = third_party/raylib-rs + url = https://github.com/Ewpratten/raylib-rs + ignore = dirty diff --git a/third_party/raylib-rs b/third_party/raylib-rs new file mode 160000 index 00000000..9320e27a --- /dev/null +++ b/third_party/raylib-rs @@ -0,0 +1 @@ +Subproject commit 9320e27aae0abc95a39d74d0221821f8164e5c21