Commit 1a18506
authored
fix(build)!: update to zig 0.14.0 (#136)
* fix(build)!: update to zig 0.14.0
BREAKING: this PR changes the package name from `ziglua` to
`lua_wrapper`. not using `zig` in the package name has been
repeatedly communicated as best practices, analogous to `npm`'s naming
guidelines. for this particular package, this is complicated by the
fact that `ziglua` provides far more than just `lua` packaged for
Zig's build system (which already exists in numerous places), but also
aims to provide ergonomic and powerful Zig abstractions on top of the
Lua C implementation. For this reason, I chose to add "bindings" to
the name.
NB - the "fingerprint" field in build.zig.zon is new in Zig 0.14.0 and
is computed in part based on the name. once we have settled on the
name, if it is not "lua_wrapper" it will be necessary to delete the
fingerprint line and regenerated it.
* fix(ci): update build runners to zig 0.14.0
* package: lua_bindings -> lua_wrapper1 parent 00a3c39 commit 1a18506
3 files changed
+4
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
| 3 | + | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
| |||
0 commit comments