Skip to content

Commit

Permalink
Update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
edunad committed May 31, 2024
1 parent 274ad39 commit e43e176
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ if(NOT WIN32 AND RAWRBOX_USE_WAYLAND)
CPMAddPackage("gl:wayland/weston@12.0.3")
endif()

CPMAddPackage("gh:stephenberry/glaze@2.6.7")
CPMAddPackage("gh:stephenberry/glaze@2.6.8")

# ---
if(RAWRBOX_BUILD_RAWRBOX_NETWORK OR RAWRBOX_BUILD_RAWRBOX_ASSIMP)
Expand Down
6 changes: 3 additions & 3 deletions package-lock.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ CPMDeclarePackage(magic_enum
)
# glaze
CPMDeclarePackage(glaze
VERSION 2.6.7
VERSION 2.6.8
GITHUB_REPOSITORY stephenberry/glaze
SYSTEM YES
EXCLUDE_FROM_ALL YES
Expand Down Expand Up @@ -60,7 +60,7 @@ CPMDeclarePackage(thread-pool
)
# cpptrace
CPMDeclarePackage(cpptrace
VERSION 0.5.4
VERSION 0.6.0
GITHUB_REPOSITORY jeremy-rifkin/cpptrace
SYSTEM YES
EXCLUDE_FROM_ALL YES
Expand All @@ -77,7 +77,7 @@ CPMDeclarePackage(cpptrace
# luau
CPMDeclarePackage(luau
NAME luau
GIT_TAG 0.626
GIT_TAG 0.628
GITHUB_REPOSITORY luau-lang/luau
OPTIONS
"LUAU_BUILD_CLI OFF"
Expand Down
2 changes: 1 addition & 1 deletion rawrbox.scripting/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ CPMAddPackage(
GITHUB_REPOSITORY
luau-lang/luau
GIT_TAG
0.626
0.628
OPTIONS
"LUAU_BUILD_CLI OFF"
"LUAU_BUILD_TESTS OFF"
Expand Down
2 changes: 1 addition & 1 deletion rawrbox.utils/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ if(thread-pool_ADDED)
endif()

# DEPS ----
CPMAddPackage("gh:jeremy-rifkin/cpptrace@0.5.4")
CPMAddPackage("gh:jeremy-rifkin/cpptrace@0.6.0")
if(cpptrace_ADDED)
set_lib_runtime_mt(cpptrace-lib)
endif()
Expand Down

0 comments on commit e43e176

Please sign in to comment.