mach/dev/update-subrepos.sh
Stephen Gutekanst ec1a332853 dev: add gpu-dawn subrepository
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
2022-02-12 15:21:16 -07:00

9 lines
268 B
Bash
Executable file

#!/usr/bin/env bash
set -exuo pipefail
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