Skip to content

Commit 963f7c3

Browse files
committed
Ensure nazarautils version
1 parent 9228d3f commit 963f7c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xmake.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ end
2727

2828
add_repositories("nazara-engine-repo https://github.com/NazaraEngine/xmake-repo")
2929
add_requires("fmt", { configs = { header_only = true }, system = false })
30-
add_requires("nazarautils", "fast_float", "frozen", "ordered_map")
30+
add_requires("nazarautils >=2023.12.28", "fast_float", "frozen", "ordered_map")
3131

3232
if has_config("fs_watcher") then
3333
add_requires("efsw")

0 commit comments

Comments
 (0)