We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 397b343 commit 04f4b27Copy full SHA for 04f4b27
build/install_dependencies.lua
@@ -12,7 +12,7 @@ function Install_dependencies()
12
{ url = "https://github.com/SamuelHenriqueDeMoraisVitrio/ClientSDKOpenAI/releases/download/0.0.10/SDK_OpenAI.h", path = "dependencies/SDK_OpenAI.h" },
13
{url = "https://github.com/OUIsolutions/LuaCEmbed/releases/download/0.9.1/LuaCEmbed.c", path = "dependencies/LuaCEmbed.c"},
14
{url = "https://github.com/OUIsolutions/LuaCEmbed/releases/download/0.9.1/LuaCEmbed.h", path = "dependencies/LuaCEmbed.h"},
15
- {url = "https://github.com/OUIsolutions/LuaDoTheWorld/releases/download/0.9.1/luaDoTheWorld_no_dep.c", path = "dependencies/luaDoTheWorld_no_dep.c"},
+ {url = "https://github.com/OUIsolutions/LuaDoTheWorld/releases/download/0.10.0/luaDoTheWorld_no_dep.c", path = "dependencies/luaDoTheWorld_no_dep.c"},
16
{url = "https://github.com/OUIsolutions/LuaFluidJson/releases/download/0.6.1/luaFluidJson_no_dep.c", path = "dependencies/luaFluidJson_no_dep.c"},
17
{url="https://github.com/OUIsolutions/Lua-Bear/releases/download/0.3.1/luaBear_no_dep.c", path = "dependencies/luaBear_no_dep.c"},
18
{url="https://github.com/OUIsolutions/CWebStudio/releases/download/4.0.0/CWebStudio.h", path = "dependencies/CWebStudio.h"},
0 commit comments