From 612fbdf2a81472447507a8b81a3fef0ae672bbc6 Mon Sep 17 00:00:00 2001 From: filoxenace Date: Wed, 25 Mar 2026 22:05:01 -0400 Subject: [PATCH] build: add rokit and wally dependency --- rokit.toml | 7 +++++++ wally.toml | 7 +++++++ 2 files changed, 14 insertions(+) create mode 100644 rokit.toml create mode 100644 wally.toml diff --git a/rokit.toml b/rokit.toml new file mode 100644 index 0000000..654bc45 --- /dev/null +++ b/rokit.toml @@ -0,0 +1,7 @@ +# This file lists tools managed by Rokit, a toolchain manager for Roblox projects. +# For more information, see https://github.com/rojo-rbx/rokit + +# New tools can be added by running `rokit add ` in a terminal. + +[tools] +wally = "UpliftGames/wally@0.3.2" diff --git a/wally.toml b/wally.toml new file mode 100644 index 0000000..243233f --- /dev/null +++ b/wally.toml @@ -0,0 +1,7 @@ +[package] +name = "secret-rare/rbx-reface" +version = "0.1.0" +registry = "https://github.com/UpliftGames/wally-index" +realm = "shared" + +[dependencies]