all: update mach-glfw and mach-gpu-dawn clone commands

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2023-07-03 22:02:49 -07:00
parent a8bbe06a60
commit c7ee98a7e5
5 changed files with 26 additions and 26 deletions

View file

@ -20,7 +20,7 @@ git clone https://github.com/hexops/mach-gpu-dawn
cd mach-gpu-dawn
rm -rf libs/mach-glfw
git clone https://github.com/hexops/mach-glfw libs/mach-glfw
git clone --recursive https://github.com/hexops/mach-glfw libs/mach-glfw
zig build
```