From 40d896e7115536ccf489174a3d75dcdf738f9876 Mon Sep 17 00:00:00 2001 From: Stephen Gutekanst Date: Fri, 11 Feb 2022 15:48:10 -0700 Subject: [PATCH] gpu-dawn: add Dawn submodule to subrepository Signed-off-by: Stephen Gutekanst --- gpu-dawn/.gitmodules | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 gpu-dawn/.gitmodules diff --git a/gpu-dawn/.gitmodules b/gpu-dawn/.gitmodules new file mode 100644 index 00000000..fea0bd6a --- /dev/null +++ b/gpu-dawn/.gitmodules @@ -0,0 +1,3 @@ +[submodule "libs/dawn"] + path = libs/dawn + url = https://github.com/hexops/dawn.git