From 1e509d43025b5625d719a7613d2219c6716d9886 Mon Sep 17 00:00:00 2001 From: Ribbon Date: Tue, 17 Feb 2026 18:04:17 -0300 Subject: [PATCH] Add rilua recipe --- recipes/wip/dev/lang/rilua/recipe.toml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 recipes/wip/dev/lang/rilua/recipe.toml diff --git a/recipes/wip/dev/lang/rilua/recipe.toml b/recipes/wip/dev/lang/rilua/recipe.toml new file mode 100644 index 000000000..7695aadf7 --- /dev/null +++ b/recipes/wip/dev/lang/rilua/recipe.toml @@ -0,0 +1,6 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/wowemulation-dev/rilua" +shallow_clone = true +[build] +template = "cargo"