From dc8ffa9e87603c85fa7b08d97429ae3b422bc8fa Mon Sep 17 00:00:00 2001 From: Stephen Gutekanst Date: Fri, 4 Mar 2022 16:17:25 -0700 Subject: [PATCH] gpu-dawn: correct submodule path Signed-off-by: Stephen Gutekanst --- gpu-dawn/.gitmodules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gpu-dawn/.gitmodules b/gpu-dawn/.gitmodules index f54dd395..7d0ea7b8 100644 --- a/gpu-dawn/.gitmodules +++ b/gpu-dawn/.gitmodules @@ -3,8 +3,8 @@ url = https://github.com/hexops/dawn.git shallow = true branch = "generated-2022-02-17" -[submodule "gpu-dawn/libs/DirectXShaderCompiler"] - path = gpu-dawn/libs/DirectXShaderCompiler +[submodule "libs/DirectXShaderCompiler"] + path = libs/DirectXShaderCompiler url = https://github.com/hexops/DirectXShaderCompiler shallow = true branch = "mach"