From 2da4065b0778c3bed482b46a4d598a58f250d612 Mon Sep 17 00:00:00 2001 From: Alexander Klingenbeck Date: Fri, 2 Jun 2023 08:03:03 +0200 Subject: [PATCH] update to recent raygui version --- .gitmodules | 3 +++ thirdparty/raygui | 1 + 2 files changed, 4 insertions(+) create mode 160000 thirdparty/raygui diff --git a/.gitmodules b/.gitmodules index b39a3e6..a4e523a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -5,3 +5,6 @@ path = thirdparty/raylib url = https://github.com/raysan5/raylib.git branch = tags/4.5.0 +[submodule "thirdparty/raygui"] + path = thirdparty/raygui + url = https://github.com/raysan5/raygui.git diff --git a/thirdparty/raygui b/thirdparty/raygui new file mode 160000 index 0000000..83e6cae --- /dev/null +++ b/thirdparty/raygui @@ -0,0 +1 @@ +Subproject commit 83e6cae9e433bc3e40c491513a5853eed30be0db