From 96cc167d53c6a417db02b3fe176a115d686cc4ba Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Thu, 31 Mar 2022 17:13:14 -0700 Subject: [PATCH] add raylib --- .gitmodules | 3 +++ vendor/raylib | 1 + 2 files changed, 4 insertions(+) create mode 160000 vendor/raylib diff --git a/.gitmodules b/.gitmodules index 1c9e43f16..24458d63d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "vendor/mach"] path = vendor/mach url = https://github.com/hexops/mach.git +[submodule "vendor/raylib"] + path = vendor/raylib + url = https://github.com/raysan5/raylib.git diff --git a/vendor/raylib b/vendor/raylib new file mode 160000 index 000000000..709ec1663 --- /dev/null +++ b/vendor/raylib @@ -0,0 +1 @@ +Subproject commit 709ec1663da66815e8818e8c6b2fc3025374e1eb