From 3d65ee6db2788fbc3e91ed91cedbf9c5f4e86ea5 Mon Sep 17 00:00:00 2001 From: pesde index updater Date: Sat, 2 Nov 2024 13:46:09 +0000 Subject: [PATCH] add lukadev_0/timer@1.0.1 roblox --- lukadev_0/timer | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/lukadev_0/timer b/lukadev_0/timer index 4e9e373..3305ab1 100644 --- a/lukadev_0/timer +++ b/lukadev_0/timer @@ -30,3 +30,20 @@ lib = "lib/init.luau" future = [{ name = "lukadev_0/future", version = "^1.0.0", index = "https://github.com/daimond113/pesde-index", target = "lune" }, "standard"] std = [{ name = "lukadev_0/std", version = "^1.0.0", index = "https://github.com/daimond113/pesde-index", target = "lune" }, "standard"] threadpool = [{ name = "lukadev_0/threadpool", version = "^1.0.0", index = "https://github.com/daimond113/pesde-index", target = "lune" }, "standard"] + +["1.0.1 roblox"] +published_at = "2024-11-02T13:46:09.139636529Z" +description = "Schedule functions to be called at a future time." +license = "MIT" +authors = ["LukaDev (https://lukadev.me/)"] +repository = "https://github.com/lukadev-0/util.luau" + +["1.0.1 roblox".target] +environment = "roblox" +lib = "lib/init.luau" +build_files = ["future.luau", "lib", "std.luau", "threadpool.luau"] + +["1.0.1 roblox".dependencies] +future = [{ name = "lukadev_0/future", version = "^1.0.1", index = "https://github.com/daimond113/pesde-index", target = "roblox" }, "standard"] +std = [{ name = "lukadev_0/std", version = "^1.0.1", index = "https://github.com/daimond113/pesde-index", target = "roblox" }, "standard"] +threadpool = [{ name = "lukadev_0/threadpool", version = "^1.0.1", index = "https://github.com/daimond113/pesde-index", target = "roblox" }, "standard"]