Compare commits

...

2 Commits

Author SHA1 Message Date
Fierelier 4282020b02 Change LuaJIT 2.1+ (master) tree to LuaJIT 2.0 2022-05-19 03:15:34 +02:00
Fierelier 75205209df Add notice 2022-05-19 03:14:23 +02:00
2 changed files with 3 additions and 1 deletions

2
.gitmodules vendored
View File

@ -1,6 +1,6 @@
[submodule "LuaJIT"]
path = luajit
url = https://github.com/LuaJIT/LuaJIT
url = https://github.com/LuaJIT/LuaJIT/tree/v2.0
[submodule "raylib"]
path = raylib

View File

@ -1,3 +1,5 @@
**NOTE:** This is a clone of [raylib-lua from TSnake41](https://github.com/TSnake41/raylib-lua), but using LuaJIT 2.0 instead of 2.1+, to support CPUs without SSE2.
![raylib-lua logo](assets/logo.png)
[![release](https://img.shields.io/github/v/release/TSnake41/raylib-lua?style=flat-square)](https://github.com/TSnake41/raylib-lua/releases/latest)