Skip to content

Commit a97d81c

Browse files
committed
Prepare for raylib 4.2
1 parent e7b59f1 commit a97d81c

21 files changed

+22383
-7544
lines changed

.gitmodules

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ url = https://github.com/raysan5/raylib
1010
path = raygui
1111
url = https://github.com/raysan5/raygui
1212

13+
[submodule "physac"]
14+
path = physac
15+
url = https://github.com/raysan5/physac
16+
1317
[submodule "examples/lynx"]
1418
path = examples/lynx
15-
url = https://gitlab.com/TSnake41/lynx
19+
url = https://gitlab.com/TSnake41/lynx

Saphirefile.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ local ldflags_r = os.getenv "LDFLAGS_R" or ""
3535
local modules = "raymath rlgl easings gestures physac raygui"
3636
local graphics = os.getenv "GRAPHICS" or "GRAPHICS_API_OPENGL_43"
3737

38-
cflags = cflags .. " -Iluajit/src -Iraygui/src -Iraylib/src".. " -D" .. graphics
38+
cflags = cflags .. " -Iluajit/src -Iraygui/src -Iphysac/src -Iraylib/src".. " -D" .. graphics
3939

4040
local raylua_so_path = "raylua.so" -- assume unix-like by default
4141
local so_ldflags = ldflags

makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ LUA ?= luajit/src/luajit
66

77
WINDRES ?= windres
88

9-
CFLAGS += -Iluajit/src -Iraylib/src -Iraygui/src
9+
CFLAGS += -Iluajit/src -Iraylib/src -Iraygui/src -Iphysac/src
1010
LDFLAGS += luajit/src/libluajit.a raylib/src/libraylib.a
1111

1212
MODULES := raymath rlgl easings gestures physac raygui

physac

Submodule physac added at 4a8e17f

raygui

Submodule raygui updated 45 files

raylib

Submodule raylib updated 58 files

0 commit comments

Comments
 (0)