From 8a5e3bcdc70d757ee3676d9bbfbafc52e9d81dfd Mon Sep 17 00:00:00 2001 From: Luke Street Date: Thu, 3 Apr 2025 22:57:35 -0600 Subject: [PATCH] Update dawn remote URL --- .gitmodules | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index ceda66e..ef6b9cf 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,7 @@ [submodule "extern/dawn"] path = extern/dawn - url = https://github.com/encounter/dawn-cmake.git + url = https://dawn.googlesource.com/dawn + branch = main [submodule "extern/SDL"] path = extern/SDL url = https://github.com/libsdl-org/SDL.git