diff --git a/killergg/axis b/killergg/axis new file mode 100644 index 0000000..78edc39 --- /dev/null +++ b/killergg/axis @@ -0,0 +1,15 @@ +["0.1.0-rc.1 roblox"] +published_at = "2025-04-14T00:38:28.924454357Z" +description = "An agnostic, simple and versatile input library for ECS" +license = "MIT" +authors = ["NeonD00m", "As8D"] +repository = "https://github.com/neond00m/Axis" + +["0.1.0-rc.1 roblox".target] +environment = "roblox" +lib = "src/init.luau" +build_files = ["src"] + +["0.1.0-rc.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"]