leafo / magick

Lua bindings to ImageMagick for LuaJIT using FFI
401 stars 79 forks source link

When support Lua 5.3? #56

Closed mayamoon closed 3 years ago

mayamoon commented 6 years ago

Lua current version is 5.3.4 ; do you have any plan to support Lua newest version?

leafo commented 6 years ago

This library uses the LuaJIT FFI. So it's locked to whatever LuaJIT supports.