From 8a4aae1be9f284a10a102f59928ffccd65831fdd Mon Sep 17 00:00:00 2001 From: quantix-dev <9021453+quantix-dev@users.noreply.github.com> Date: Wed, 20 Sep 2023 22:51:29 +0100 Subject: [PATCH] chore: add wally package file --- wally.toml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 wally.toml diff --git a/wally.toml b/wally.toml new file mode 100644 index 0000000..f118dc8 --- /dev/null +++ b/wally.toml @@ -0,0 +1,19 @@ +[package] +name = "centau/vide" +description = "A reactive Luau library for creating UI. " +license = "MIT" +version = "0.1.0" +registry = "https://github.com/UpliftGames/wally-index" +realm = "shared" +include = ["default.project.json", "LICENSE", "src"] +exclude = [ + ".github", + "docs", + "test", + ".gitattributes", + ".gitignore", + ".luaurc", + "CHANGELOG.md", + "README.md", + "todo.md" +] \ No newline at end of file