glfw: fix instructions for Gyro in README.md

"--build-dep" has been recently renamed to "--build_dep"

Signed-off-by: Eric Joldasov <bratishkaerik@getgoogleoff.me>
This commit is contained in:
Eric Joldasov 2022-08-19 00:34:27 +06:00 committed by Stephen Gutekanst
parent 4296b2865b
commit f4d9c0d171

View file

@ -73,7 +73,7 @@ pub fn build(b: *Builder) void {
```sh ```sh
gyro add --src github hexops/mach-glfw --root src/main.zig --alias glfw gyro add --src github hexops/mach-glfw --root src/main.zig --alias glfw
gyro add --build-dep --src github hexops/mach-glfw --root build.zig --alias build-glfw gyro add --build_dep --src github hexops/mach-glfw --root build.zig --alias build-glfw
``` ```
Then in your `build.zig` add: Then in your `build.zig` add: