From ec1a3328535f79ca1d51882d73429b46586cb9e0 Mon Sep 17 00:00:00 2001 From: Stephen Gutekanst Date: Fri, 11 Feb 2022 15:00:54 -0700 Subject: [PATCH] dev: add gpu-dawn subrepository Signed-off-by: Stephen Gutekanst --- dev/push-subrepos.sh | 3 +++ dev/update-subrepos.sh | 3 +++ 2 files changed, 6 insertions(+) diff --git a/dev/push-subrepos.sh b/dev/push-subrepos.sh index c3be07e2..6dcb7608 100755 --- a/dev/push-subrepos.sh +++ b/dev/push-subrepos.sh @@ -4,3 +4,6 @@ cd "$(dirname "${BASH_SOURCE[0]}")"/.. ./dev/update-subrepos.sh git subtree push --prefix glfw mach-glfw main + +./dev/update-subrepos.sh +git subtree push --prefix gpu-dawn mach-gpu-dawn main diff --git a/dev/update-subrepos.sh b/dev/update-subrepos.sh index f79d7473..e574b3fb 100755 --- a/dev/update-subrepos.sh +++ b/dev/update-subrepos.sh @@ -4,3 +4,6 @@ cd "$(dirname "${BASH_SOURCE[0]}")"/.. git remote add -f mach-glfw git@github.com:hexops/mach-glfw || true git fetch mach-glfw + +git remote add -f mach-gpu-dawn git@github.com:hexops/mach-gpu-dawn || true +git fetch mach-gpu-dawn