You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi. As stated in the README, it requires Lua >= 5.3. This implies that Lua 5.1 is not supported, and thus neither Luajit.
If that's the only compatibility issue, however, maybe it could be fixed by just adding the lua-compat module.
EDIT: I added lua-compat and while I was at it, I also added it to MoonGLFW. I tried it with Lua 5.1 on Ubuntu and it compiles and loads just fine, but many examples won't work because they use 5.3 features for bitwise operations.
If you use it, keep in mind that the 'unsupported' for Lua < 5.3 still holds, though.
cmd.c and debug_report_callback make use of the return value of lua_rawgeti, which returns void in above implementations
The text was updated successfully, but these errors were encountered: