From 28b8b3a0110e0642f9db0f20d6e981ffc3f32a08 Mon Sep 17 00:00:00 2001 From: ShrBox Date: Wed, 19 Jun 2024 10:42:41 +0800 Subject: [PATCH] chore: update xmake.lua --- manifest.json | 2 +- tooth.json | 2 +- xmake.lua | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 3a01a45..74f4cbf 100644 --- a/manifest.json +++ b/manifest.json @@ -4,5 +4,5 @@ "type": "native", "description": "A part of LegacyScriptEngine", "author": "LiteLDev", - "version": "0.8.0" + "version": "0.8.1" } diff --git a/tooth.json b/tooth.json index a99b7ad..e75ab5f 100644 --- a/tooth.json +++ b/tooth.json @@ -15,7 +15,7 @@ }, "asset_url": "https://github.com/LiteLDev/LegacyRemoteCall/releases/download/v0.8.1/LegacyRemoteCall-windows-x64.zip", "prerequisites": { - "github.com/LiteLDev/LeviLamina": "1.0.x" + "github.com/LiteLDev/LeviLamina": "0.13.x" }, "files": { "place": [ diff --git a/xmake.lua b/xmake.lua index cdd4043..22f48df 100644 --- a/xmake.lua +++ b/xmake.lua @@ -2,7 +2,7 @@ add_rules("mode.debug", "mode.release", "mode.releasedbg") add_repositories("liteldev-repo https://github.com/LiteLDev/xmake-repo.git") -add_requires("levilamina develop") +add_requires("levilamina 0.13.0") set_runtimes("MD")