Skip to content

Commit

Permalink
locking glaze version
Browse files Browse the repository at this point in the history
  • Loading branch information
Buckminsterfullerene02 committed Jul 28, 2024
1 parent e35c993 commit 44a5412
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion UE4SS/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ add_requires("ImGuiTextEdit v1.0", { debug = is_mode_debug(), configs = {runtime
add_requires("IconFontCppHeaders v1.0", { debug = is_mode_debug(), configs = {runtimes = get_mode_runtimes()}})
add_requires("glfw 3.3.9", { debug = is_mode_debug() , configs = {runtimes = get_mode_runtimes()}})
add_requires("opengl", { debug = is_mode_debug(), configs = {runtimes = get_mode_runtimes()} })
add_requires("glaze", { debug = is_mode_debug(), configs = {runtimes = get_mode_runtimes()} })
add_requires("glaze 2.9.0", { debug = is_mode_debug(), configs = {runtimes = get_mode_runtimes()} })
add_requires("fmt 10.2.1", { debug = is_mode_debug(), configs = {runtimes = get_mode_runtimes()} })

option("ue4ssBetaIsStarted")
Expand Down
2 changes: 1 addition & 1 deletion deps/third-repo/packages/g/glaze/xmake.lua
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package("glaze")
set_urls("https://github.com/stephenberry/glaze.git")

add_versions("v2.9.5", "67fda0fb0cc701451c261bb1e0c94d63bafaaba13390527521e02a034eff085e")
add_versions("v2.9.0", "53b69c447f98b89f656c0e6bda19833d682bb44b")

add_deps("cmake")

Expand Down

0 comments on commit 44a5412

Please sign in to comment.