excessive / cpml

Cirno's Perfect Math Library: Just about everything you need for 2D/3D games. Hopefully.
https://excessive.github.io/cpml/
Other
304 stars 41 forks source link

Luarocks Lua version #25

Open afonso360 opened 7 years ago

afonso360 commented 7 years ago

Hi, I would like to use this library on my project, but the version of lua that im using is lua 5.2, and the rockspec file requires lua 5.1, is this not compatible at all with any other version, or is it locked by mistake?

I can submit a PR if you need me to.

karai17 commented 7 years ago

cpml was written with LuaJIT in mind. It may work with versions above Lua 5.1 but is not officially tested.

afonso360 commented 7 years ago

I figured as much.. would it be possible to allow it, but put a disclaimer? I would like to depend on this module without having to download the rockspec and change it.

If you think it might cause more confusion for your users and generally not be worth the hassle feel free to close this issue.

Thanks