From 249b5b7c3548cae12d998933de8b70a8b99a50cd Mon Sep 17 00:00:00 2001 From: imterah Date: Sun, 8 Jun 2025 11:39:27 -0400 Subject: [PATCH] chore: Switch git submodule path --- .gitmodules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index 50d6132..f6c3e1d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,9 +1,9 @@ [submodule "raylib-c"] path = raylib-c - url = https://git.terah.dev/imterah/raylib-drm-leasing + url = https://git.terah.dev/UnrealXR/raylib.git [submodule "raygui"] path = raygui url = https://github.com/raysan5/raygui.git [submodule "physac"] path = physac - url = https://github.com/victorfisac/Physac + url = https://github.com/victorfisac/Physac.git