File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
include/rawrbox/scripting/utils Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -212,7 +212,7 @@ endif()
212
212
213
213
if (RAWRBOX_BUILD_RAWRBOX_RENDER)
214
214
if (NOT WIN32 AND RAWRBOX_USE_WAYLAND)
215
- CPMAddPackage("https://gitlab.freedesktop.org/wayland/weston@13 .0.3 " )
215
+ CPMAddPackage("https://gitlab.freedesktop.org/wayland/weston@14 .0.0 " )
216
216
endif ()
217
217
endif ()
218
218
@@ -230,7 +230,7 @@ if(RAWRBOX_BUILD_RAWRBOX_NETWORK)
230
230
USE_CACHE
231
231
OFF
232
232
GIT_TAG
233
- 2.2.1
233
+ 2.2.2
234
234
OPTIONS
235
235
"ZLIB_COMPAT ON"
236
236
"ZLIB_BUILD_EXAMPLES OFF"
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ namespace DFInt {
22
22
extern int LuauSolverV2;
23
23
} // namespace DFInt
24
24
*/
25
+
25
26
namespace rawrbox {
26
27
class LuaUtils {
27
28
public:
Original file line number Diff line number Diff line change 4
4
5
5
#include < fmt/format.h>
6
6
7
- /* namespace DFInt {
7
+ /*
8
+ namespace DFInt {
8
9
int LuauTypeSolverRelease = 999;
9
10
int LuauSolverV2 = 1;
10
11
} // namespace DFInt
You can’t perform that action at this time.
0 commit comments