From d2b2be19c14bc8f611bc3736a9e28f27057cfcc1 Mon Sep 17 00:00:00 2001 From: pesde index updater Date: Sat, 12 Oct 2024 19:12:05 +0000 Subject: [PATCH] add lukadev_0/timer@1.0.0 roblox --- lukadev_0/timer | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/lukadev_0/timer b/lukadev_0/timer index 580096f..4e9e373 100644 --- a/lukadev_0/timer +++ b/lukadev_0/timer @@ -1,3 +1,20 @@ +["1.0.0 roblox"] +published_at = "2024-10-12T19:12:05.421324398Z" +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.0 roblox".target] +environment = "roblox" +lib = "lib/init.luau" +build_files = ["future.luau", "lib", "std.luau", "threadpool.luau"] + +["1.0.0 roblox".dependencies] +future = [{ name = "lukadev_0/future", version = "^1.0.0", index = "https://github.com/daimond113/pesde-index", target = "roblox" }, "standard"] +std = [{ name = "lukadev_0/std", version = "^1.0.0", index = "https://github.com/daimond113/pesde-index", target = "roblox" }, "standard"] +threadpool = [{ name = "lukadev_0/threadpool", version = "^1.0.0", index = "https://github.com/daimond113/pesde-index", target = "roblox" }, "standard"] + ["1.0.0 lune"] published_at = "2024-10-12T19:11:48.394184179Z" description = "Schedule functions to be called at a future time."