Skip to content

Commit 9fa9974

Browse files
authored
Lua version change to 5.3.5 (#458)
Update Lua version to make plugin development easier across platforms and simplify Windows builds by using vcpkg. --- By creating this pull request, I understand that code that is AI generated or otherwise automatically generated may be rejected without further discussion. I declare that I fully understand all code I pushed into this PR, and wrote all this code myself and own the rights to this code.
2 parents 6ec4106 + 3ef8168 commit 9fa9974

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

vcpkg.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,17 @@
1414
"openssl",
1515
"rapidjson",
1616
"sol2",
17-
"curl"
17+
"curl",
18+
"lua"
1819
],
1920
"overrides": [
2021
{
2122
"name": "sol2",
2223
"version": "3.3.1"
24+
},
25+
{
26+
"name": "lua",
27+
"version": "5.3.5#6"
2328
}
2429
],
2530
"builtin-baseline": "5bf0c55239da398b8c6f450818c9e28d36bf9966"

0 commit comments

Comments
 (0)