diff --git a/avafe/bootloader b/avafe/bootloader new file mode 100644 index 0000000..13f3508 --- /dev/null +++ b/avafe/bootloader @@ -0,0 +1,14 @@ +["0.1.0 roblox"] +published_at = "2025-01-16T19:07:56.306708940Z" +license = "MIT" +authors = ["Avafe"] +repository = "https://github.com/imavafe/moonlets" + +["0.1.0 roblox".target] +environment = "roblox" +lib = "src/init.luau" +build_files = ["src"] + +["0.1.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"]