From ad8e1a42928c035eb795d5db342e8c2bb78a80f8 Mon Sep 17 00:00:00 2001 From: iddev5 Date: Fri, 24 Dec 2021 12:54:22 +0530 Subject: [PATCH] gpu-dawn: Fix building after the rename of gpu -> gpu-dawn --- .gitmodules | 6 +++--- gpu-dawn/libs/dawn | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) create mode 160000 gpu-dawn/libs/dawn diff --git a/.gitmodules b/.gitmodules index f193d5da..f447b337 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ -[submodule "gpu/libs/dawn"] - path = gpu/libs/dawn - url = https://github.com/hexops/dawn +[submodule "gpu-dawn/libs/dawn"] + path = gpu-dawn/libs/dawn + url = https://github.com/hexops/dawn.git diff --git a/gpu-dawn/libs/dawn b/gpu-dawn/libs/dawn new file mode 160000 index 00000000..e3cca088 --- /dev/null +++ b/gpu-dawn/libs/dawn @@ -0,0 +1 @@ +Subproject commit e3cca0887f5d8a03864f2e419594b5314f4aeda4