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"]