uspgamedev / luasteam

Bindings to connect lua with Steam API
https://luasteam.readthedocs.io/en/stable/
MIT License
116 stars 19 forks source link

Lua 5.4 #38

Closed ParaMattKoopa closed 3 weeks ago

ParaMattKoopa commented 3 weeks ago

Is this gonna update to 5.4?

yancouto commented 3 weeks ago

No. The precompiled libraries we provide are built using LuaJIT, because that's what LOVE, the most common game framework with Lua, uses internally.

You should be able to build it yourself with Lua 5.4 though, with hopefully very few changes.