uspgamedev / luasteam

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

Lua 5.4 #38

Closed ParaMattKoopa closed 5 months ago

ParaMattKoopa commented 5 months ago

Is this gonna update to 5.4?

yancouto commented 5 months 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.