this repo has no description
3
fork

Configure Feed

Select the types of activity you want to include in your feed.

lua: use lua 5.4

luajit from ziglua doesn't work with macOS:

panic: unexpected pointer encoding

This only happens with luajit. Use lua 5.4 for now

+1 -1
+1 -1
build.zig
··· 7 7 const ziglua_dep = b.dependency("ziglua", .{ 8 8 .target = target, 9 9 .optimize = optimize, 10 - .lang = .luajit, 10 + .lang = .lua54, 11 11 }); 12 12 13 13 const vaxis_dep = b.dependency("vaxis", .{