From 7d5b9c912d5dcd50e1e6f186722f30e54687a25b Mon Sep 17 00:00:00 2001 From: RDW Date: Mon, 14 Aug 2023 13:15:30 +0200 Subject: [PATCH] Repo: Update the Lua runtime to v0.0.10 Forgot the pixel format swap API, which was added after the v0.0.9 tag. --- download-runtime.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/download-runtime.sh b/download-runtime.sh index 586935e5..4b1d7ac9 100755 --- a/download-runtime.sh +++ b/download-runtime.sh @@ -2,7 +2,7 @@ set -e GITHUB_ORGANIZATION="evo-lua" GITHUB_REPOSITORY="evo-runtime" -REQUIRED_RUNTIME_VERSION="v0.0.9" +REQUIRED_RUNTIME_VERSION="v0.0.10" PLATFORM=$(uname)