From 35bac0bd94691bc0a352b881aa6941d94bf6b9d6 Mon Sep 17 00:00:00 2001 From: Ribbon Date: Thu, 21 Dec 2023 01:42:06 +0000 Subject: [PATCH] update recipes --- recipes/wip/fyrox-editor/recipe.toml | 9 +++++++++ recipes/wip/fyrox-template/recipe.toml | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 recipes/wip/fyrox-editor/recipe.toml diff --git a/recipes/wip/fyrox-editor/recipe.toml b/recipes/wip/fyrox-editor/recipe.toml new file mode 100644 index 000000000..f50cfff0d --- /dev/null +++ b/recipes/wip/fyrox-editor/recipe.toml @@ -0,0 +1,9 @@ +#TODO +[source] +git = "https://github.com/FyroxEngine/Fyrox" +rev = "8d3e2e2cf29b7eefa78d14ff92156caeed88b955" +[build] +template = "custom" +script = """ +cookbook_cargo_packages editor +""" diff --git a/recipes/wip/fyrox-template/recipe.toml b/recipes/wip/fyrox-template/recipe.toml index 9534176b8..aee6ccf13 100644 --- a/recipes/wip/fyrox-template/recipe.toml +++ b/recipes/wip/fyrox-template/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested yet +#TODO compiled but not tested [source] git = "https://github.com/FyroxEngine/Fyrox" rev = "8d3e2e2cf29b7eefa78d14ff92156caeed88b955"