From 0dc8e3efc142bd90ed16b92671af40a89e861f30 Mon Sep 17 00:00:00 2001 From: pesde index updater Date: Fri, 28 Feb 2025 16:54:57 +0000 Subject: [PATCH] add glaphyre/shingo@1.0.0 roblox --- glaphyre/scope.toml | 1 + glaphyre/shingo | 15 +++++++++++++++ 2 files changed, 16 insertions(+) create mode 100644 glaphyre/scope.toml create mode 100644 glaphyre/shingo diff --git a/glaphyre/scope.toml b/glaphyre/scope.toml new file mode 100644 index 0000000..e93d960 --- /dev/null +++ b/glaphyre/scope.toml @@ -0,0 +1 @@ +owners = [193719721] diff --git a/glaphyre/shingo b/glaphyre/shingo new file mode 100644 index 0000000..d1028ba --- /dev/null +++ b/glaphyre/shingo @@ -0,0 +1,15 @@ +["1.0.0 roblox"] +published_at = "2025-02-28T16:54:57.386268455Z" +description = "another signal implementation" +license = "MIT" +authors = ["glaphyre"] +repository = "https://github.com/glaphyre/shingo" + +["1.0.0 roblox".target] +environment = "roblox" +lib = "src/shingo.luau" +build_files = ["src"] + +["1.0.0 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"]