dev: add gpu-dawn subrepository

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2022-02-11 15:00:54 -07:00 committed by Stephen Gutekanst
parent 7a4895d62c
commit ec1a332853
2 changed files with 6 additions and 0 deletions

View file

@ -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

View file

@ -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