dev: add gpu-dawn subrepository
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
7a4895d62c
commit
ec1a332853
2 changed files with 6 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue