From 1b00235fcf167b6c9ec5dcbdbfb1edc25758cbea Mon Sep 17 00:00:00 2001 From: pesde index updater Date: Sat, 12 Oct 2024 19:11:51 +0000 Subject: [PATCH] add lukadev_0/future@1.0.0 roblox --- lukadev_0/future | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 lukadev_0/future diff --git a/lukadev_0/future b/lukadev_0/future new file mode 100644 index 0000000..a5810d0 --- /dev/null +++ b/lukadev_0/future @@ -0,0 +1,16 @@ +["1.0.0 roblox"] +published_at = "2024-10-12T19:11:51.048691094Z" +description = "Future type in Luau" +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 = ["lib", "option.luau", "std.luau", "threadpool.luau"] + +["1.0.0 roblox".dependencies] +option = [{ name = "lukadev_0/option", version = "^1.1.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"]