From 3ef816845d8fbc91723d885722fb3e5d11f4c799 Mon Sep 17 00:00:00 2001 From: boubouleuh Date: Sat, 10 Jan 2026 21:09:05 +0100 Subject: [PATCH] Lua version change to 5.3.5 --- vcpkg.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/vcpkg.json b/vcpkg.json index 3809482..1814b28 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -14,12 +14,17 @@ "openssl", "rapidjson", "sol2", - "curl" + "curl", + "lua" ], "overrides": [ { "name": "sol2", "version": "3.3.1" + }, + { + "name": "lua", + "version": "5.3.5#6" } ], "builtin-baseline": "5bf0c55239da398b8c6f450818c9e28d36bf9966"