Skip to content

Commit 6cde0cd

Browse files
committed
Upgrade to support Zig 0.14.0-dev.3267+59dc15fa0
1 parent d08d68b commit 6cde0cd

File tree

3 files changed

+8
-12
lines changed

3 files changed

+8
-12
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ TODO: Capture attention with a visualization, diagram, demo or other visual plac
1717

1818
## About
1919

20-
This project attempts to provide the most idiomatic Zig language bindings for the Lua C API and C API Auxilary Library. The `zig-luajit` project emphasizes
21-
safety by making liberal use of runtime safety checks in `Debug` and `ReleaseSafe` builds. Translations of types and functions is a work in progress and done
22-
completely by human hands -- no `translate-c` or LLMs.
20+
The goal of the `zig-luajit` project is to provide the most idiomatic Zig language bindings for the LuaJIT C API and C
21+
API Auxilary Library. Additionally the `zig-luajit` project emphasizes safety by making liberal use of runtime safety
22+
checks in `Debug` and `ReleaseSafe` builds and provides full test coverage of the API.
2323

2424
## Zig Version
2525

26-
The `main` branch targets recent builds of Zig's `master` branch (last tested with Zig `0.14.0-dev.3197+1d8857bbe`).
26+
The `main` branch targets recent builds of Zig's `master` branch (last tested with Zig `0.14.0-dev.3267+59dc15fa0`).
2727

2828
## Installation & Usage
2929

build.zig.zon

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,9 @@
33
.version = "0.0.0",
44
.dependencies = .{
55
.luajit_build = .{
6-
.url = "git+https://github.com/sackosoft/zig-luajit-build#7e1c571af73990024aa125d49a47929239bc718f",
7-
.hash = "122064dce7ba5695fe0d290b97cabb7022e0b2254af98260fc4abe7e052a36c9cac7",
8-
},
9-
.@"luajit-build" = .{
10-
.url = "git+https://github.com/sackosoft/zig-luajit-build#cd32f954ccc5b45ad3ca5e357e76aaf2e1a85d4a",
11-
.hash = "1220fe2296072de0cdab164048a48f8b97e64bb45bdbc036043c803a270c7b753805",
12-
},
6+
.url = "git+https://github.com/sackosoft/zig-luajit-build#776e1e8b77180817abd9eb92d478760c867d9627",
7+
.hash = "122003c7bc88d067df9185e46b13cdabffb0c53ada700b47daf14fe235af3f6a222f",
8+
}
139
},
1410
.paths = .{
1511
"build.zig",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.14.0-dev.3197+1d8857bbe
1+
0.14.0-dev.3267+59dc15fa0

0 commit comments

Comments
 (0)