From b0ea3b9e44b229b2aad7cb3875a8b9ed2c754e06 Mon Sep 17 00:00:00 2001 From: Stephen Gutekanst Date: Sun, 11 Sep 2022 09:46:25 -0700 Subject: [PATCH] dev: add mach-gpu to push_subrepos.sh Signed-off-by: Stephen Gutekanst --- dev/push-subrepos.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/dev/push-subrepos.sh b/dev/push-subrepos.sh index 707ea944..891be9f2 100755 --- a/dev/push-subrepos.sh +++ b/dev/push-subrepos.sh @@ -55,5 +55,6 @@ git clone https://github.com/hexops/mach staging-clean push_subrepo 'glfw' push_subrepo 'gpu-dawn' push_subrepo 'freetype' +push_subrepo 'gpu' rm -rf staging-clean