From 3a2a4cfbde9d07ca0cd18f207fa77d21f129a9c4 Mon Sep 17 00:00:00 2001 From: pesde index updater Date: Sat, 12 Oct 2024 19:11:48 +0000 Subject: [PATCH] add lukadev_0/timer@1.0.0 lune --- lukadev_0/scope.toml | 1 + lukadev_0/timer | 15 +++++++++++++++ 2 files changed, 16 insertions(+) create mode 100644 lukadev_0/scope.toml create mode 100644 lukadev_0/timer diff --git a/lukadev_0/scope.toml b/lukadev_0/scope.toml new file mode 100644 index 0000000..de43d8f --- /dev/null +++ b/lukadev_0/scope.toml @@ -0,0 +1 @@ +owners = [47296785] diff --git a/lukadev_0/timer b/lukadev_0/timer new file mode 100644 index 0000000..580096f --- /dev/null +++ b/lukadev_0/timer @@ -0,0 +1,15 @@ +["1.0.0 lune"] +published_at = "2024-10-12T19:11:48.394184179Z" +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 lune".target] +environment = "lune" +lib = "lib/init.luau" + +["1.0.0 lune".dependencies] +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"]