From 8da4c4c1ded4428ee08e6e3350a2fb5e7033f133 Mon Sep 17 00:00:00 2001 From: Ryan Ward Date: Mon, 18 Apr 2022 22:51:38 -0400 Subject: [PATCH] made lanes optional(Removed it from the dependency list) --- README.md | 3 ++- rockspecs/multi-15.2-0.rockspec | 3 +-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 01549c0..537a0cd 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ - All objects now use connections internally - Connections now about 23x faster! - Updated getTasksDetails() to handle the new method of managing threads and processors +- Made lanes optional, install separately if needed Found an issue? Please [submit it](https://github.com/rayaman/multi/issues) and someone will look into it! @@ -21,7 +22,7 @@ Link to dependencies: [lanes](https://github.com/LuaLanes/lanes) To install copy the multi folder into your environment and you are good to go
-If you want to use the system threads, then you'll need to install lanes! +If you want to use the system threads, then you'll need to install lanes or love2d game engine! **or** use luarocks `luarocks install multi` Discord diff --git a/rockspecs/multi-15.2-0.rockspec b/rockspecs/multi-15.2-0.rockspec index be799ec..6f7aa82 100644 --- a/rockspecs/multi-15.2-0.rockspec +++ b/rockspecs/multi-15.2-0.rockspec @@ -14,8 +14,7 @@ description = { license = "MIT" } dependencies = { - "lua >= 5.1", - "lanes", + "lua >= 5.1" } build = { type = "builtin",