From 564248c09b79133c82f9b2bba4d7c749c0499668 Mon Sep 17 00:00:00 2001 From: Stephen Gutekanst Date: Fri, 5 Nov 2021 03:27:49 -0700 Subject: [PATCH] webgpu: add libs/dawn submodule This is a fork of Dawn which has generated sources comitted to the repo so that depot_tools, ninja, gn, etc. are not needed. It also enables us to track a specific version of Dawn and ensure it's compatible with our bindings, etc. https://github.com/hexops/dawn Signed-off-by: Stephen Gutekanst --- .gitmodules | 3 +++ webgpu/libs/dawn | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 webgpu/libs/dawn diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 00000000..e2b3a33f --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "webgpu/libs/dawn"] + path = webgpu/libs/dawn + url = https://github.com/hexops/dawn diff --git a/webgpu/libs/dawn b/webgpu/libs/dawn new file mode 160000 index 00000000..b1890129 --- /dev/null +++ b/webgpu/libs/dawn @@ -0,0 +1 @@ +Subproject commit b189012966dc6aeea23c29758b82532b911bba59