From a5c20271f0e8dd1613491b19a9bb5b5f1a81bf48 Mon Sep 17 00:00:00 2001 From: pesde index updater Date: Mon, 17 Mar 2025 04:43:42 +0000 Subject: [PATCH] add daemon/astarpathfinding@0.1.0 roblox --- daemon/astarpathfinding | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 daemon/astarpathfinding diff --git a/daemon/astarpathfinding b/daemon/astarpathfinding new file mode 100644 index 0000000..9f50972 --- /dev/null +++ b/daemon/astarpathfinding @@ -0,0 +1,16 @@ +["0.1.0 roblox"] +published_at = "2025-03-17T04:43:42.618090835Z" +license = "MIT" +authors = ["Daemon6109"] +repository = "https://github.com/Daemon6109/AStarPathfinding" + +["0.1.0 roblox".target] +environment = "roblox" +lib = "src/init.luau" +build_files = ["src"] + +["0.1.0 roblox".dependencies] +Jest = [{ wally = "wally#jsdotlua/jest", version = "^3.10.0", index = "https://github.com/UpliftGames/wally-index" }, "standard"] +JestGlobals = [{ wally = "wally#jsdotlua/jest-globals", version = "^3.10.0", index = "https://github.com/UpliftGames/wally-index" }, "standard"] +rojo = [{ name = "pesde/rojo", version = "^7.4.4", index = "https://github.com/pesde-pkg/index", target = "lune" }, "dev"] +scripts = [{ name = "pesde/scripts_rojo", version = "^0.1.0", index = "https://github.com/pesde-pkg/index", target = "lune" }, "dev"]