various: upgrade Zig version
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: Ia97044bd7d44c776f217f2223e35ae3b6a6a6964
This commit is contained in:
parent
4bcacb59ac
commit
bb10fb88f0
6 changed files with 45 additions and 35 deletions
|
|
@ -28,7 +28,7 @@ to be viable. For a semi-complete list of things that need to be done, see the
|
|||
|
||||
Rogged is built on a relatively simple stack. It uses C99 for the main game
|
||||
logic, and Zig for the combat library. Besides `raylib` and `pkg-config`, you
|
||||
only need the core Zig tooling. For now the required Zig version is 0.15.2, but
|
||||
only need the core Zig tooling. For now the required Zig version is 0.16.0, but
|
||||
this might change in the future. Additionally, you will need `clang-format` and
|
||||
`just` for common development tasks in the case you plan to contribute. For
|
||||
building, Zig is enough.
|
||||
|
|
@ -53,7 +53,7 @@ $ just dev
|
|||
### Manual Build
|
||||
|
||||
If you are allergic to good tooling and would rather use your system Zig, you
|
||||
may simply invoke `zig build` after acquiring Zig 0.15.2.
|
||||
may simply invoke `zig build` after acquiring Zig 0.16.0.
|
||||
|
||||
```sh
|
||||
# Full build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue