diff --git a/killergg/jecs_collect b/killergg/jecs_collect index 1b009a4..f36f31b 100644 --- a/killergg/jecs_collect +++ b/killergg/jecs_collect @@ -29,3 +29,19 @@ build_files = ["src"] ["0.1.1 roblox".dependencies] 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-04-12T04:16:19.122675565Z" +description = "Event collection for systems running on a per frame basis" +license = "MIT" +authors = ["memorycode", "Ukendio"] +repository = "https://github.com/NeonD00m/jecs_std" + +["0.1.2 roblox".target] +environment = "roblox" +lib = "src/init.luau" +build_files = ["src"] + +["0.1.2 roblox".dependencies] +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"]