Skip to content

Commit 7868f7e

Browse files
committed
Update packages
1 parent abe3ca2 commit 7868f7e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ if(NOT WIN32 AND RAWRBOX_USE_WAYLAND)
173173
CPMAddPackage("https://gitlab.freedesktop.org/wayland/[email protected]")
174174
endif()
175175

176-
CPMAddPackage("gh:stephenberry/[email protected].1")
176+
CPMAddPackage("gh:stephenberry/[email protected].2")
177177

178178
# ---
179179
if(RAWRBOX_BUILD_RAWRBOX_NETWORK OR RAWRBOX_BUILD_RAWRBOX_ASSIMP)

package-lock.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ CPMDeclarePackage(magic_enum
1717
)
1818
# glaze
1919
CPMDeclarePackage(glaze
20-
VERSION 3.2.1
20+
VERSION 3.2.2
2121
GITHUB_REPOSITORY stephenberry/glaze
2222
SYSTEM YES
2323
EXCLUDE_FROM_ALL YES
@@ -77,7 +77,7 @@ CPMDeclarePackage(cpptrace
7777
# luau
7878
CPMDeclarePackage(luau
7979
NAME luau
80-
GIT_TAG 0.637
80+
GIT_TAG 0.638
8181
GITHUB_REPOSITORY luau-lang/luau
8282
OPTIONS
8383
"LUAU_BUILD_CLI OFF"

rawrbox.scripting/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ CPMAddPackage(
2626
GITHUB_REPOSITORY
2727
luau-lang/luau
2828
GIT_TAG
29-
0.637
29+
0.638
3030
OPTIONS
3131
"LUAU_BUILD_CLI OFF"
3232
"LUAU_BUILD_TESTS OFF"

0 commit comments

Comments
 (0)