glfw: collapse/hide Gyro instructions by default to avoid confusion
This commit is contained in:
parent
98a61dc01c
commit
9d05e7c656
1 changed files with 8 additions and 2 deletions
|
|
@ -64,7 +64,12 @@ pub fn build(b: *Builder) void {
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
### Adding dependency (using Gyro)
|
<details>
|
||||||
|
<summary>
|
||||||
|
|
||||||
|
### (optional) Adding dependency using Gyro
|
||||||
|
|
||||||
|
</summary>
|
||||||
|
|
||||||
```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
|
||||||
|
|
@ -86,8 +91,9 @@ pub fn build(b: *Builder) void {
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
**WARNING: You should use `gyro build` instead of `zig build` now!**
|
**Note: You should use `gyro build` instead of `zig build` to use gyro**
|
||||||
|
|
||||||
|
</details>
|
||||||
|
|
||||||
# Next steps
|
# Next steps
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue