From 948e08560e317705441ab65fa8d89cd07525ead6 Mon Sep 17 00:00:00 2001 From: pesde index updater Date: Mon, 17 Mar 2025 06:13:20 +0000 Subject: [PATCH] add daemon/astarpathfinding@0.1.2 roblox --- daemon/astarpathfinding | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/daemon/astarpathfinding b/daemon/astarpathfinding index 3c24e0e..370afa2 100644 --- a/daemon/astarpathfinding +++ b/daemon/astarpathfinding @@ -32,3 +32,21 @@ Jest = [{ wally = "wally#jsdotlua/jest", version = "^3.10.0", index = "https://g 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"] + +["0.1.2 roblox"] +published_at = "2025-03-17T06:13:20.24073487Z" +description = "A* search algorithm in luau" +license = "MIT" +authors = ["Daemon6109"] +repository = "https://github.com/Daemon6109/AStarPathfinding" + +["0.1.2 roblox".target] +environment = "roblox" +lib = "src/AStarPathfinding/init.luau" +build_files = ["src", "src/AStarPathfinding"] + +["0.1.2 roblox".dependencies] +Jest = [{ wally = "wally#jsdotlua/jest", version = "^3.10.0", index = "https://github.com/UpliftGames/wally-index" }, "dev"] +JestGlobals = [{ wally = "wally#jsdotlua/jest-globals", version = "^3.10.0", index = "https://github.com/UpliftGames/wally-index" }, "dev"] +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"]